Skip to content

Commit fa93ce0

Browse files
Merge pull request #44 from m-muecke/news
chore: use NEWS.md
2 parents bf5d156 + 916f269 commit fa93ce0

1 file changed

Lines changed: 225 additions & 0 deletions

File tree

NEWS.md

Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,225 @@
1+
# FDboost 1.1.0 (2022-07-12)
2+
3+
## Miscellaneous
4+
5+
- Anisotropic tensor-product operators `b1 %A0% b2` and `b1 %Xa0% b2` now also work when `lambda` is specified for `b1` and `df` is specified for `b2` (or vice versa).
6+
7+
## New features
8+
9+
- New function `clr()` to compute the centered-log-ratio transform and its inverse for density-on-scalar regression in Bayes spaces.
10+
- New dataset `birthDistribution`.
11+
- New vignette illustrating density-on-function regression on the `birthDistribution` data.
12+
- Function `factorize()` added for tensor-product factorization of estimated effects or models.
13+
14+
# FDboost 0.3.4 (2020-08-31)
15+
16+
## Bug fixes
17+
18+
- Fix `predict()` for `bsignal()` with `newdata` and the functional covariate given as a numeric matrix, raised in [#17](https://github.com/boost-R/FDboost/issues/17).
19+
- Deprecated argument `LINPACK` in `solve()` removed.
20+
21+
# FDboost 0.3.3 (2020-06-13)
22+
23+
## New features
24+
25+
- It is now possible to specify several time variables as well as factor time variables in the `timeformula`. This feature is needed for the manifoldboost package.
26+
27+
## Miscellaneous
28+
29+
- The function `stabsel.FDboost()` now uses `applyFolds()` instead of `validateFDboost()` to do cross-validation with recomputation of the smooth offset. This is only relevant for models with a functional response. This will change results if the model contains base-learners like `bbsc()` or `bolsc()`, as `applyFolds()` also recomputes the Z-matrix for those base-learners.
30+
31+
## Bug fixes
32+
33+
- Adapted functions `integrationWeights()` and `integrationWeightsLeft()` for unsorted time variables.
34+
- Changed code in `predict.FDboost()` such that interaction effects of two functional covariates like `bsignal() %X% bsignal()` can be predicted with new data.
35+
- Adapt FDboost to R 4.0.1 by explicitly using the first entry of `dots$aggregate` (i.e., `dots$aggregate[1] != "sum"`) in `predict.FDboost()` so that it also works with the default, where `aggregate` is a vector of length 3 and later only the first argument is used via `match.arg()`.
36+
37+
# FDboost 0.3.2 (2018-08-04)
38+
39+
## Bug fixes
40+
41+
- Deprecated argument `corrected` in `cvrisk()` removed.
42+
43+
# FDboost 0.3.1 (2018-05-10)
44+
45+
## Bug fixes
46+
47+
- `cvrisk()` has by default adequate folds for a noncyclic fitted FDboostLSS model, see [#14](https://github.com/boost-R/FDboost/issues/14).
48+
49+
## Miscellaneous
50+
51+
- Replaced `cBind()` (which is deprecated) with `cbind()`.
52+
53+
# FDboost 0.3.0 (2017-05-31)
54+
55+
## User-visible changes
56+
57+
- New function `bootstrapCI()` to compute bootstrapped coefficients.
58+
- Added the dataset `emotion` containing EEG and EMG measures under different experimental conditions.
59+
- With scalar response, `FDboost()` now works with the response as a vector (instead of a 1-row matrix); thus, `fitted()` and `predict()` return a vector.
60+
61+
## Bug fixes
62+
63+
- `update.FDboost()` now works with a scalar response.
64+
- `FDboost()` works with family `Binomial(type = "glm")`, see [#1](https://github.com/boost-R/FDboost/issues/1).
65+
- `applyFolds()` works for factor response, see [#7](https://github.com/boost-R/FDboost/issues/7).
66+
- `cvLong()` and `cvMA()` return a matrix for only one resampling fold with `B = 1` (proposed by Almond Stoecker).
67+
68+
## Miscellaneous
69+
70+
- Adapt `FDboost` to `mboost` 2.8-0, which allows for `mstop = 0`.
71+
- Restructure `FDboostLSS()` such that it calls `mboostLSS_fit()` from `gamboostLSS` 2.0-0.
72+
- In `FDboost`, set `options("mboost_indexmin" = +Inf)` to disable internal use of ties in model fitting, as this breaks some methods for models with responses in long format and for models containing `bhistx()`, see [#10](https://github.com/boost-R/FDboost/issues/10).
73+
- Deprecated `validateFDboost()`, use `applyFolds()` and `bootstrapCI()` instead.
74+
75+
# FDboost 0.2.0 (2016-05-26)
76+
77+
## User-visible changes
78+
79+
- Added function `applyFolds()` to compute the optimal stopping iteration.
80+
81+
## Bug fixes
82+
83+
- Allows for extrapolation in `predict()` with `bbsc()`.
84+
85+
# FDboost 0.1.2 (2016-04-22)
86+
87+
## Bug fixes
88+
89+
- Fixed a bug in `bolsc()`: correctly use the index in `bolsc()`/`bbsc()`. Previously, each observation was used only once for computing Z.
90+
91+
## User-visible changes
92+
93+
- Added function `%Xa0%` that computes a row-tensor product of two base-learners where the penalty in one direction is zero.
94+
- Added function `reweightData()` that computes the data for Bootstrap or cross-validation folds.
95+
- Added function `stabsel.FDboost()` that refits the smooth offset in each fold.
96+
- Added argument `fun` to `validateFDboost()`.
97+
- Added `update.FDboost()` that overwrites `update.mboost()`.
98+
99+
## Miscellaneous
100+
101+
- `FDboost()` works with `family = Binomial()`.
102+
103+
# FDboost 0.1.1 (2016-04-06)
104+
105+
## Bug fixes
106+
107+
- Fixed `oobpred` in `validateFDboost()` for irregular response and resampling at the curve level so that `plot.validateFDboost()` works for that case.
108+
- Fixed scope of formula in `FDboost()`: now the formula given to `mboost()` within `FDboost()` uses the variables in the environment of the formula specified in `FDboost()`.
109+
110+
## Miscellaneous
111+
112+
- `plot.FDboost()` works for more effects, especially for effects like `bolsc() %X% bhistx()`.
113+
114+
# FDboost 0.1.0 (2016-03-10)
115+
116+
## User-visible changes
117+
118+
- New operator `%A0%` for Kronecker product of two base-learners with an anisotropic penalty for the special case where `lambda1` or `lambda2` is zero.
119+
- The base-learner `bbsc()` can be used with `center = TRUE` (derived by Almond Stoecker).
120+
- In `FDboostLSS()`, a list of one-sided formulas can be specified for `timeformula`.
121+
122+
## Bug fixes
123+
124+
- `FDboostLSS()` works with `families = GammaLSS()`.
125+
126+
## Miscellaneous
127+
128+
- Operator `%A%` uses weights in the model call. This only works correctly for weights on the level of `blg1` and `blg2` (same as weights on rows and columns of the response matrix).
129+
- Calls to internal functions of `mboost` are done using `mboost_intern()`.
130+
- `hyper_olsc()` is based on `hyper_ols()` from `mboost`.
131+
132+
# FDboost 0.0.17 (2016-02-25)
133+
134+
## User-visible changes
135+
136+
- Changed the operator `%Xc%` for the row tensor product of two scalar covariates. The design matrix of the interaction effects is constrained such that the interaction is centered around the intercept and around the two main effects of the scalar covariates (experimental!). Use, for example, `bols(x1) %Xc% bols(x2)`.
137+
138+
# FDboost 0.0.16 (2016-02-22)
139+
140+
## User-visible changes
141+
142+
- Changed the operator `%Xc%` for row tensor product where the sum-to-zero constraint is applied to the design matrix resulting from the row-tensor product (experimental!). Specifically, an intercept-column is first added, and then the sum-to-zero constraint is applied. Use, for example, `bolsc(x1) %Xc% bolsc(x2)`.
143+
- The functional index `s` is now used as `argsvals` in the FPCA conducted within `bfpc()`.
144+
145+
# FDboost 0.0.15 (2016-02-12)
146+
147+
## User-visible changes
148+
149+
- New operator `%A%` that implies anisotropic penalties for differently specified `df` in the two base-learners.
150+
151+
## Bug fixes
152+
153+
- No penalty is applied in the direction of `ONEx` in a smooth intercept specified implicitly by `~1`, for example, `bols(ONEx, intercept=FALSE, df=1) %A% bbs(time)`.
154+
155+
## Miscellaneous
156+
157+
- Effects containing `%A%` or `%O%` are not expanded with the `timeformula`, allowing for different effects over time in the model.
158+
159+
# FDboost 0.0.14 (2016-02-11)
160+
161+
## User-visible changes
162+
163+
- Added the function `FDboostLSS()` to fit GAMLSS models with functional data using R-package `gamboostLSS`.
164+
- New operator `%Xc%` for row tensor product where the sum-to-zero constraint is applied to the design matrix resulting from the row-tensor product (experimental!).
165+
- Allowed `newdata` to be a list in `predict.FDboost()` when used with signal base-learners.
166+
- Expanded `coef.FDboost()` so that it works for 3-dimensional tensor products of the form `bhistx() %X% bolsc() %X% bolsc()` (with David Ruegamer).
167+
- Added a new possibility for scalar-on-function regression: if `timeformula=NULL`, no Kronecker product with `1` is used, which changes the penalty (otherwise, the direction of `1` would also be penalized).
168+
169+
## Miscellaneous
170+
171+
- New dependency on R-package `gamboostLSS`.
172+
- Removed dependency on R-package `MASS`.
173+
- Used the argument `prediction` in the internal computation of the base-learners (work in progress).
174+
- Throw an error if `timeLab` of the `hmatrix`-object in `bhistx()` is not equal to the time variable in `timeformula`.
175+
176+
# FDboost 0.0.13 (2015-11-17)
177+
178+
## User-visible changes
179+
180+
- In function `FDboost()`, the offset is supplied differently. For a scalar offset, use `offset = "scalar"`. The default remains `offset = NULL`.
181+
- `predict.FDboost()` has a new argument `toFDboost` (logical).
182+
- `fitted.FDboost()` has argument `toFDboost` explicitly (not only via `...`).
183+
- New base-learner `bhistx()`, especially suited for effects used with `%X%`, e.g., `bhistx() %X% bolsc()`.
184+
- `coef.FDboost()` and `plot.FDboost()` now handle effects like `bhistx() %X% bolsc()`.
185+
- For `predict.FDboost()` with effects `bhistx()` and newdata, the latest `mboostPatch` is necessary.
186+
187+
## Bug fixes
188+
189+
- The check for the necessity of a smooth offset works for missing values in a regular response (spotted by Tore Erdmann).
190+
191+
# FDboost 0.0.12 (2015-09-15)
192+
193+
- Internal experimental version.
194+
195+
# FDboost 0.0.11 (2015-06-01)
196+
197+
## User-visible changes
198+
199+
- `integrationWeights()` now gives equal weights for regular grids.
200+
- New base-learner `bfpc()` for a functional covariate where both the functional covariate and the coefficient are expanded using fPCA (experimental feature!). Only works for regularly observed functional covariate.
201+
202+
## Bug fixes
203+
204+
- `coef.FDboost()` only works for `bhist()` if the time variable is the same in the timeformula and in `bhist()`.
205+
- `predict.FDboost()` now checks that only `type = "link"` can be predicted for newdata.
206+
207+
# FDboost 0.0.10 (2015-04-16)
208+
209+
## User-visible changes
210+
211+
- Changed the default difference penalties to first-order difference (`differences = 1`), improving identifiability.
212+
- New method `cvrisk.FDboost()` that uses (by default) sampling on the levels of curves, which is important for functional responses.
213+
- Reorganized documentation of `cvrisk()` and `validateFDboost()`.
214+
- In `bhist()`, an effect can be standardized.
215+
216+
## Miscellaneous
217+
218+
- Added a `CITATION` file.
219+
- Uses `mboost 2.4-2`, which exports all important functions.
220+
221+
## Bug fixes
222+
223+
- `main` argument is always passed in `plot.FDboost()`.
224+
- `bhist()` and `bconcurrent()` now work for equal `time` and `s`.
225+
- `predict.FDboost()` works with tensor-product base-learners like `bl1 %X% bl2`.

0 commit comments

Comments
 (0)