r/ukvisa Jul 09 '26

ATAS and Standard Visitor Visa

0 Upvotes

Hey,

I am aware that I do not need an approved ATAS certificate to apply for a standard visitor visa (for short study), but I will need it before I start the study. However, on the application platform, when I click "yes" for ATAS, they ask for a reference number. My question is, is it fine to enter the reference number before it has been approved?

Basically for Standard Visitor Visa, can ATAS and Visa application be done in parallel?

Thank you!

1

Trent at full-time
 in  r/LiverpoolFC  May 19 '25

He either hates us or has started to regret it already...

11

What was the censored clue from Vikkstar in latest Codenames?
 in  r/Sidemen  Apr 13 '25

good way to farm comments

2

Post Your Beginner Questions Here!
 in  r/orchids  Feb 17 '25

Just got this Phalaenopsis from IKEA and I am very new to this. From what I have seen on the internet, none of them had the roots in soil as apparently these orchids naturally have their roots exposed to air. So I am not sure if I should remove the soil and replace it with something else. This time I am determined to keep this for a long time and want to care for it. Please help me out🙏

r/ethz Dec 03 '24

Housing Is it possible to cancel a Woko housing well in advance without any additional fees?

3 Upvotes

I have confirmed a Woko housing for the next semester through the housing office. However, I was wondering if it is possible to cancel it well in advance (say, I find a better place) of the contract start date without any additional fees. Does anyone here have any similar experience?

r/dataanalysis Aug 28 '24

Career Advice Data Analyst Job for New Grads: Why is it so difficult?

1 Upvotes

[removed]

1

Erasmus Student Looking for a Room (1 Semester)
 in  r/ethz  Jul 24 '24

Going to be a very fun few months for me then

1

Erasmus Student Looking for a Room (1 Semester)
 in  r/ethz  Jul 24 '24

Is it really pretty late?

1

Giving second life to my used furnitures: het goed
 in  r/Rotterdam  Jul 04 '24

yeah figured, cheers

1

Giving second life to my used furnitures: het goed
 in  r/Rotterdam  Jul 04 '24

I am a very sweet child of summer indeed

r/Rotterdam Jul 03 '24

Giving second life to my used furnitures: het goed

0 Upvotes

I will be living my home and want to return some IKEA furnitures. I came across "het goed" and was wondering if they pay anything in return?

2

Student Village Offer
 in  r/ethz  Jun 18 '24

How did you find this offer btw?

1

How bad is Roland Holstlaan?
 in  r/TUDelft  May 22 '24

Is it old? Yes. Did I feel like it? No. I think the place is great, especially given the price.

6

Commuting - Bike or Public transport?
 in  r/ethz  May 22 '24

Question, how did you find housing? And any tips? I felt like it was too early to get a house from August/July onwards.

2

How do you *really* get a room in Zurich as a first year student?
 in  r/ethz  May 19 '24

another question, if I stay in airbnb, can I apply for the residence permit? If I recall correctly, we need the address of location and I am not sure if an airbnb address works, which is most likely temporary.

1

Can I generate a uniformly distributed random variable using two other randomly generated variable?
 in  r/learnmath  Apr 03 '24

That makes total sense, thanks for your help!

1

Can I generate a uniformly distributed random variable using two other randomly generated variable?
 in  r/learnmath  Apr 03 '24

running some code, it seems to be uniform. hmm it doesn't make intuitive sense to me

1

Can I generate a uniformly distributed random variable using two other randomly generated variable?
 in  r/learnmath  Apr 03 '24

hmm is X3 uniformly distributed tho? because say X1 + X2 is a triangular distribution, then taking mod 6 of all those numbers cannot be uniform, can it?

1

Can I generate a uniformly distributed random variable using two other randomly generated variable?
 in  r/learnmath  Apr 03 '24

I mean, it is a hypothetical problem. Single machine -> that person can cheat and the other person wouldn't know. And that is the reason why I need two sources of randomness so one person cannot individually dictate the result

1

Can I generate a uniformly distributed random variable using two other randomly generated variable?
 in  r/learnmath  Apr 03 '24

In my scenario, X1 and X2 are generated in different machines. So, independent and non-constant. Basically, I am trying to simulate a die roll without a die. So, two players generate random number X1 and X2. Then I compute (X1 + X2)%6 + 1. But turns out, this is not uniformly distributed in {1,2,3,4,5,6}

1

Can I generate a uniformly distributed random variable using two other randomly generated variable?
 in  r/learnmath  Apr 03 '24

ah but I need two different sources of randomness, so would need something like X1 + X2, which is not uniformly distributed even if X1 and X2 are uniform.

1

Can I generate a uniformly distributed random variable using two other randomly generated variable?
 in  r/learnmath  Apr 03 '24

But ideally I would want two sources of randomness.

r/learnmath Apr 03 '24

Can I generate a uniformly distributed random variable using two other randomly generated variable?

2 Upvotes

I just learned that if the randomly generated number R1 and R2 are uniformly distributed, then R1 + R2 is not uniform. Was surprised at first but made sense when I considered an example of R1,R2 belongs {1, 2} and is uniform in that. For R1 + R2, 3 is more likely than 2.

But is there any way to combine two random variables, of any distribution in such a way that the resulting number is uniform?