Path to this page:
Subject: CVS commit: pkgsrc/math/R-estimability
From: Makoto Fujiwara
Date: 2023-02-12 05:32:51
Message id: 20230212043251.7F36DFA90@cvs.NetBSD.org
Log Message:
(math/R-estimability) Updated 1.3 to 1.4.1
(math/R-estimability/work/estimability/inst/NEWS)
Update history for **estimability***
** NOTE: If you have v1.4 installed, please update to a newer version!
** (Or an older one, for that matter)
1.4.1
Correction to version 1.4. The new svd-based methods worked
correctly only for n x p matrices with n >= p. Otherwise things
go badly awry. And this is a big problem because I replaced
the default nonest.basis() method with the svd method.
1.4
Added support for results of svd(), via 'nonest.basis.svd' function
and 'default' method. The 'matrix' method now uses the SVD instead
of the QR decomposition.
Files: