in Education by
Which function is used to simulate discrete uniform random variables? (a) Sample (b) Simple (c) Function (d) Variance The question was asked in class test. Origin of the question is Distribution in portion Distributions, Graphics & Neural Networks of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Correct answer is (a) Sample For explanation: One can choose an integer at random with the sample function. The general syntax of the simulation of the discrete uniform random variable is a sample (x, size, replace = TRUE).

Related questions

0 votes
    Random variables defined via the _______ package. (a) Distri (b) Diestr (c) Distr (d) Diftr I have been ... Networks of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    When µ = ___ and σ = ___ we say that the random variable has a standard normal distribution. (a) 0, ... Networks of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    The associated R function is dlogis (x, location = 0, scale = 1) is for _________ distribution. (a) ... Networks of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    The corresponding R function for the CDF is __________ (a) Dbinom (b) Pbinom (c) Cbinorm (d) Hbinorm I ... Networks of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    The empirical cumulative distribution function can be called as __________ (a) EMCDF (b) EDFC (c) ECDF (d) ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    The abbreviation of Cumulative Distributive Function is ________ (a) CDFN (b) CMDF (c) CMD (d) CDF I have ... Networks of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    The associated R function is dlnorm(x, meanlog = 0, sdlog = 1) is for ________ distribution. (a) Logistic ... Networks of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Every ________ function has a probability distribution function. (a) Continuous (b) Discrete (c) Categorical (d) ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following will be used in fancy plots? (a) New = T (b) New = J (c) New = K (d ... & Neural Networks of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Which of the following is the colour argument? (a) Col (b) Dol (c) Cul (d) Acol This question was ... Neural Networks of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which distribution comes up a lot in Bayesian statistics because it is a good model for one's prior beliefs about ... of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which of the following simple the square root of σ square? (a) Variance (b) Standard deviation (c) Mean ... Networks of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Which of the following is the symbol of standard normal PDF? (a) φ (b) # (c) & (d) * I had been ... & Neural Networks of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Which package resorts to numerical methods when it encounters a model it does not recognize. (a) destrEx (b) ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which is the alternative way of defining margins? (a) Mar (b) Par (c) Char (d) Nar This question ... Neural Networks of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
...