fitSkewNormal: Fit a skewed normal function to x and y coordinates.

View source: R/skewNormalFit.R

fitSkewNormalR Documentation

Fit a skewed normal function to x and y coordinates.

Description

?

Usage

fitSkewNormal(data, verbosity = 0)

Arguments

data

A numeric vector with columns x and y.

Details

?

Value

This function returns five parameters describing a skewed normal function: - mu: the mean - sigma: the standard deviation - lambda: the skew - scale: a largely irrelevant scale parameter - offset: and offset added to the function

Examples

?

thartbm/SMCL documentation built on Oct. 23, 2022, 5:17 a.m.