Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fun.check.gld.multi

Check whether the RS or FMKL/FKML GLD is a valid GLD for vectors of L1, L2, L3 and L4


Description

This function will return a logical vector showing whether vector combinations of L1, L2, L3 and L4 are valid GLDs.

Usage

fun.check.gld.multi(l1, l2, l3, l4, param)

Arguments

l1

A numerical vector for L1 of GLD

l2

A numerical vector for L2 of GLD

l3

A numerical vector for L3 of GLD

l4

A numerical vector for L4 of GLD

param

Can be "rs", "fmkl", or "fkml"

Details

This is an extension to fun.check.gld

Value

A logical vector indicating whether the specified parameters are valid GLDs

Author(s)

Steve Su

See Also

Examples

fun.check.gld.multi(c(1,2,3),c(4,5,6),c(7,8,9),c(10,11,12),param="rs")

fun.check.gld.multi(c(1,2,3),c(4,5,6),c(7,8,9),c(10,11,-12),param="rs")

GLDEX

Fitting Single and Mixture of Generalised Lambda Distributions (RS and FMKL) using Various Methods

v2.0.0.7
GPL (>= 3)
Authors
Steve Su, with contributions from: Diethelm Wuertz, Martin Maechler and Rmetrics core team members for low discrepancy algorithm, Juha Karvanen for L moments codes, Robert King for gld C codes and starship codes, Benjamin Dean for corrections and input in ks.gof code and R core team for histsu function.
Initial release
2020-02-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.