lss_calc {VarReg} | R Documentation |
Calculations for SN
Description
lss_calc
performs calculations for transforming SN data (location, scale and shape) to mean, variance and skew. This function is utilised by other, higher level functions.
Usage
lss_calc(x)
Arguments
x |
Object of class lssVarReg (output from |
Value
dataframe containing:
y
: y variablex
: x variableeta
:or fitted location estimates
omega
:or fitted scale estimates
shape
:or fitted shape estimates
predicted mean
: fitted mean estimatespredicted variance
: fitted variance estimatesPredicted skewness
: fitted skewness estimatesstand.res2
: Squared standardised residuals
[Package VarReg version 2.0 Index]