Interview Query

Random Seed Function

Start Timer

0:00:00

Upvote
20
Downvote
Save question
Mark as completed
View comments (46)
Next question

You have a function that outputs a random integer between a minimum value, NN, and a maximum value, MM. Call this function XX.

Take the output from the random integer function and place it into another random function as the max value with the same min value NN. This second function you can call YY.

  1. What would the distribution of the samples look like?

  2. What would be the expected value?

.
.
.
.
.
Multivariate Distributions

This question is a part of the course:

Multivariate Distributions
Learn more about course


Comments

Loading comments.