lss_calc: Calculations for SN

View source: R/lss_calc.R

lss_calcR 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 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


VarReg documentation built on May 31, 2023, 8:44 p.m.