Skip to content

mclements/Splines2.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splines2.jl package for regression splines

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Stable Docs Dev Docs codecov Code Style: YAS

A Julia package for regression splines. The package currently includes B-splines, natural B-splines, M-splines and I-splines.

News

Version 0.3.0

  • Support for safe predictions in StatsModels.@formula for natural splines.
  • Substantial refactoring of internal code to use callable types.

Version 0.2.0:

  • Mainly bug fixes.
  • A change of behaviour for Splines2.is_ and Splines2.is: intercept=true will include a columns of ones, while the default intercept=false will keep all of the spline terms, but exclude the column of ones. This behaviour is different to the splines2 package in R, which will give all of the spline terms for intercept=TRUE and drop the first spline term for intercept=FALSE.

Installation

The package is registered inn the Julia General registry. For installation:

using Pkg; Pkg.add("Splines2")

About

Spline bases for regression modelling in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages