complexlm: Linear Fitting for Complex Valued Data
Tools for linear fitting with complex variables. Includes ordinary least-squares (zlm()) and robust M-estimation (rzlm()), and complex methods for oft used generics. Originally adapted from the rlm() functions of 'MASS' and the lm() functions of 'stats'.
package
See Also
Useful links:
Author(s)
Maintainer : William Ryan wryan1@binghamton.edu [copyright holder]
Other contributors:
- Bruce White [thesis advisor]
- Brian Ripley (Wrote 'MASS' rlm() code upon which complexlm rlm() is based) [contributor, copyright holder]
- Bill Venables (Wrote 'MASS' rlm() code upon which complexlm rlm() is based) [contributor]
- John Maindonald (Wrote plot.lm() on which plot.zlm() is based) [contributor]
- Martin Maechler (Wrote plot.lm() on which plot.zlm() is based) [contributor]
- R Core Team (Several functions in 'complexlm' are based on similar functions in 'base' or 'stats') [contributor, copyright holder]