View source: R/152b_gev_p123_libs.R
rgev_p123_minmax | R Documentation |
rgev for gev_p123 but with maxlik xi within bounds
rgev_p123_minmax(
nx,
mu,
sigma,
xi,
t1,
t2,
t3,
minxi = -0.45,
maxxi = 0.45,
centering = TRUE
)
nx |
length of training data |
mu |
the location parameter of the distribution |
sigma |
the sigma parameter of the distribution |
xi |
the shape parameter of the distribution |
t1 |
a vector of predictors for the mean |
t2 |
a vector of predictors for the sd |
t3 |
a vector of predictors for the shape |
minxi |
minimum value of shape parameter xi |
maxxi |
maximum value of shape parameter xi |
centering |
indicates whether the routine should center the data or not |
Vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.