scalaglm
Members list
Type members
Classlikes
Generalised linear regression modelling
Generalised linear regression modelling
Value parameters
- Xmat
-
Covariate matrix
- addIntercept
-
Add an intercept term to the covariate matrix?
- colNames
-
List of covariate names
- fam
-
Observation model. eg. LogisticGlm or PoissonGlm
- its
-
Max iterations for the IRLS algorithm (default 50)
- y
-
Vector of responses
Attributes
Trait for simple one-parameter exponential family observation models.
Trait for simple one-parameter exponential family observation models.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object LogisticGlm.typeobject PoissonGlm.type
Linear regression modelling
Linear regression modelling
Value parameters
- Xmat
-
Covariate matrix
- addIntercept
-
Add an intercept term to the covariate matrix?
- colNames
-
List of covariate names
- y
-
Vector of responses
Attributes
GlmFamily object for logistic regression
GlmFamily object for logistic regression
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait GlmFamilyclass Objecttrait Matchableclass AnyShow all
- Self type
-
LogisticGlm.type
Principal components analysis
Principal components analysis
Computed using SVD of the centred data matrix rather than from the spectral decomposition of the covariance matrix. eg. More like the R function "prcomp" than the R function "princomp".
NOTE: .loadings are transposed relative to the PCA function in Breeze
Value parameters
- colNames
-
Sequence of column names of mat
- mat
-
Data matrix with rows corresponding to observations and columns corresponding to variables
Attributes
- Returns
-
An object of type Pca with methods such as .loadings, .scores, .sdev and .summary
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
GlmFamily object for Poisson regression
GlmFamily object for Poisson regression
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait GlmFamilyclass Objecttrait Matchableclass AnyShow all
- Self type
-
PoissonGlm.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class PredictGlmclass PredictLm
Prediction from a fitted linear (Glm) model
Prediction from a fitted linear (Glm) model
Value parameters
- mod
-
fitted generalised linear model
- newX
-
covariate matrix for predictions
- response
-
predictions on the response scale?
Attributes
- Returns
-
An object of type PredictGlm with several useful attributes, including .fitted and .se
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Predictclass Objecttrait Matchableclass AnyShow all
Prediction from a fitted linear (Lm) model
Prediction from a fitted linear (Lm) model
Value parameters
- mod
-
fitted linear model
- newX
-
covariate matrix for predictions
Attributes
- Returns
-
An object of type PredictLm with several useful attributes, including .fitted and .se
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Predictclass Objecttrait Matchableclass AnyShow all
Utilities for multivariate time series
Utilities for multivariate time series
These utilities assume that the time series is stored in a Breeze DMD
with variables/component series in columns, and observations in rows with the first row corresponding to the first observation and the last row to the last.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TimeSeries.type