triangle_mom: Triangle distribution method of moments estimate

View source: R/mom.R

triangle_momR Documentation

Triangle distribution method of moments estimate

Description

Triangle distribution method of moments estimate

Usage

triangle_mom(x)

Arguments

x

triangle distribution sample

Value

a vector of the parameter estimates

Examples

set.seed(1204)
x <- rtriangle(20, 0, 2, 1.5)
triangle_mom(x)

triangle documentation built on Dec. 28, 2022, 2:09 a.m.