reparam.pi: Reparametrize mixture proportions

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

View source: R/reparam.pi.R

Description

Re-parameterise the mixture proportions so that when there is more than a 2-point mixture, the proportions sum to 1.

Usage

1
  reparam.pi(thetas)

Arguments

thetas

Mixture proportions in their parametrisation for optimization.

Value

a vector of parameters

Notes

See Miller and Thomas for information on exactly how these are calculated. Thanks go to David Borchers for proposing the trick.

Author(s)

David L. Miller

References

Miller, D.L. and L. Thomas (in prep.). Mixture model distance sampling detection functions.

See Also

inv.reparam.pi

Examples

1
2
3
library(mmds)
reparam.pi(inv.reparam.pi(0.3))
reparam.pi(inv.reparam.pi(c(0.3,0.4,0.1),lastpar=TRUE))

mmds documentation built on May 2, 2019, 8:55 a.m.

Related to reparam.pi in mmds...