View source: R/110b_gev_libs.R
rgev_minmax | R Documentation |
rgev but with maxlik xi guaranteed within bounds
rgev_minmax(nx, mu, sigma, xi, minxi = -0.45, maxxi = 0.45)
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 |
minxi |
minimum value of shape parameter xi |
maxxi |
maximum value of shape parameter xi |
Vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.