InterviewSolution
Saved Bookmarks
| 1. |
The __________ package has functionality to investigate transformations of univariate distributions.(a) Distri(b) Dirtr(c) Distr(d) HyperbolicThe question was posed to me in class test.The query is from Distribution in division Distributions, Graphics & Neural Networks of R Programming |
|
Answer» RIGHT option is (c) Distr To explain: The distr package has a functionality to find the transformations of one variable DISTRIBUTION. There are exact results for the ORDINARY transformations for the STANDARD distributions, and distr takes advantage of these in MANY cases. |
|