Execute the following lines of code Ntrials <- 100 # number of... Execute the following lines of codeNtrials <- 100 # number of trials Prob <- 0.35 # probability of success for a single trial.x <- seq(from=0, to=Ntrials, by=1)y <- dbinom(x, size=Ntrials, prob=Prob)Check which of the following statements is correct about this code? a.It generates Binomial probability distribution y for sequence x with peak at the 37th element of the sequence x. b.It generates Binomial probability distribution y for sequence x with peak at the 36th element of the sequence x. c.It generates Binomial probability distribution y for sequence x with peak at x=35. d.It generates Binomial probability distribution y for sequence x with peak at the 35th element of the sequence x. Engineering & Technology Computer Science MET CS 688
Don't use plagiarized sources. Get Your Custom Essay on
Top answer: Execute the following lines of code Ntrials <- 100 # number of...
Just from $10/Page