Given a specific mean and standard deviation will rescale any given generalized hyperbolic distribution to have the same shape but the specified mean and standard deviation. Can be used to standardize a generalized hyperbolic distribution to have mean zero and standard deviation one.
newMean: Numeric. The required mean of the rescaled distribution.
newSD: Numeric. The required standard deviation of the rescaled distribution.
mu: Numeric. Location parameter mu of the starting distribution, default is0.
delta: Numeric. Scale parameter delta of the starting distribution, default is 1.
alpha: Numeric. Tail parameter alpha of the starting distribution, default is 1.
beta: Numeric. Skewness parameter beta of the starting distribution, default is 0.
lambda: Numeric. Shape parameter lambda of the starting distribution, default is 1.
param: Numeric. Specifying the parameters of the starting distribution as a vector of the form
c(mu,delta,alpha,beta,lambda).
Returns
A numerical vector of length 5 giving the value of the parameters in the rescaled generalized hyperbolic distribution in the usual (alpha,beta) parameterization.