LMN 1.1.2
- Set seed in tests to avoid random test failures on CRAN.
LMN 1.1.1
- Enabled npred > 0inlmn_suff()for
variance of typeSuperGauss::Toeplitz.
LMN 1.1
Changes to interface
- All lmn.*()functions converted tolmn_*().
LMN 0.0.1.9001
Changes to interface
- lmn.suff()specified variance via- Vand- Vtype. So e.g.,- lmn.suff(acf = acf)becomes- lmn.suff(V = acf, Vtype = "acf").
- All lmn.*functions exceptlmn.suffnow
only accept asuffargument instead ofY,X,V, etc.
- lmn.suff()return element- Beta.hatrenamed- Bhat.
LMN 0.0.1.9000