FGSTN.EM: FGSTN.EM function

Description Usage Examples

View source: R/FGSTN.EM.R

Description

Fit the FGSTN distribution using EM-algorithm

Usage

1
FGSTN.EM(y, w, xi, s, la, nu, iter.max=200, tol=10^-6)

Examples

1
2
3
y <- r.FGSTN(n=1000, xi=5, s=2, la=c(-5,3), nu=3 )          # Simulating samples from FGSTN distribution.
FGSTN.EM(y, xi=5, s=2, la=c(-5,3), nu=3 )                   # Fitted FGSTN distribution
   

a-mahdavi/SSMFGSN.EM documentation built on July 16, 2020, 1:51 a.m.