cusp.bifset: compute normal/symmetry factor borders of bifurcation set of...

Description Usage Arguments Value Author(s) References See Also Examples

Description

Given bifurcation/splitting factor values this function computes the border values of the normal/symmetry factor for the bifurcation set of the cusp catastrophe.

Usage

1

Arguments

beta

values of the bifurcation/splitting factor at which the border values of the normal/symmetry factor is computed

Value

Matrix with columns named beta, alpha.l, alpha.u. The latter two columns give respectively the lower and upper border values of the normal/symmetry factor. Negative values of beta give NaN values for the normal factor.

Author(s)

Raoul Grasman

References

See cusp-package

See Also

cusp-package

Examples

1
    cusp.bifset(-3:3)

Example output

     beta    alpha.l   alpha.u
[1,]   -3        NaN       NaN
[2,]   -2        NaN       NaN
[3,]   -1        NaN       NaN
[4,]    0  0.0000000 0.0000000
[5,]    1 -0.3849002 0.3849002
[6,]    2 -1.0886621 1.0886621
[7,]    3 -2.0000000 2.0000000

cusp documentation built on May 2, 2019, 6:51 p.m.