v2.1 2022-09-26
- smbsp() can estimate covariance matrix of estimated
coefficients
- added dmat() for integration operator
- ipk() is now exported and tested
- fixed 0-value for abscissas on the right hand side of the knot
interval
v2.0.1 2022-04-19
bsc()
can calculate Jacobian of basis vectors as
function of knots. As a consequence, the suggestion of
numDeriv
package is removed
- added
jacw()
calculating Jacobian of B-spline with
weights
- added
ibsp()
for integration
- now,
iknots()
can deal with repeated x
values
- added monotonicity and positivity optional constraints
- added Copyright field to DESCRIPTION
- fixed inequality generation in
fitsmbsp()
- fixed gcc-12 compile error
v1.0.2 2022-03-17
- fixed ipk() ASAN problem signaled by R CRAN team
- fixed export of
par2bsp()
- fixed error in example of
firsmbsp()
- fixed debug printing in
iknots()
- increased resolution from 5 to 10 intervals for tv fitting by linear
B-splines in
iknots()
- forced monotonicity in
iknots()
despite possible
round-off errors
- added URL and BugRepport in DESCRIPTION
v1.0.1 2022-03-11