d Params
Parameters
d Params
Additional parameters passed on to distribution function.
If
distribution
is "norm" thendParams
is a pair (mean, std) (default = listOf(0.0, 1.0)).If
distribution
is "uniform" thendParams
is a pair (a, b) (default = listOf(0.0, 1.0)).If
distribution
is "t" thendParams
is an integer number (d) (default = listOf(1)).If
distribution
is "gamma" thendParams
is a pair (alpha, beta) (default = listOf(1.0, 1.0)).If
distribution
is "exp" thendParams
is a float number (lambda) (default = listOf(1.0)).If
distribution
is "chi2" thendParams
is an integer number (k) (default = listOf(1)).