Skip to contents

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 lssVarReg).

Value

dataframe containing:

  • y: y variable

  • x: x variable

  • eta: \(\eta\) or fitted location estimates

  • omega: \(\omega\) or fitted scale estimates

  • shape: \(\alpha\) or fitted shape estimates

  • predicted mean: fitted mean estimates

  • predicted variance: fitted variance estimates

  • Predicted skewness: fitted skewness estimates

  • stand.res2: Squared standardised residuals