fitnorm: Fitting a normal distribution to data Parameters are a mean...

Description Usage Examples

Description

Fitting a normal distribution to data

Parameters are a mean and sd of the normal being fitted, a scaling parameter k and the last SD is for the likelihood of the deviations.

y is vector data to be fitted, at points x

Usage

1
fitnorm(start.param = c(-1, -1, 1), x, y)

Examples

1
2
3
4
## Not run: 

y=y/sum(y)
## End(Not run)

forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.