-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make GLM basis GaussianKernels behave like in Homer
The meaning of t_pre in GaussianKernels differed from the implemenation in Homer2. In cedalion the Gaussians were centered in [-t_pre, t_post] with enough padding so that the Gaussian kernels could decay back to the baseline. In Homer the first Gaussian is centered at -t_pre. In order to avoid confusion for switching users the basis function class GaussianKernels behaves now as in Homer. The implementation with padding is available as GaussianKernelsWithTails.
- Loading branch information
Showing
2 changed files
with
110 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters