Learn R Programming

fitdistcp (version 0.1.1)

rgev_p1_minmax: rgev for gev_p1 but with maxlik xi within bounds

Description

rgev for gev_p1 but with maxlik xi within bounds

Usage

rgev_p1_minmax(
  nx,
  mu,
  sigma,
  xi,
  tt,
  minxi = -0.45,
  maxxi = 0.45,
  centering = TRUE
)

Value

Vector

Arguments

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

tt

a vector of predictors

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