Skip to content

Commit

Permalink
Alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbates committed Dec 21, 2017
1 parent c48d6c0 commit 863c91e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/GLM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@ module GLM
const FP = AbstractFloat
const FPVector{T<:FP} = AbstractArray{T,1}

"""
ModResp
"""
ModResp
Abstract type representing a model response vector
"""
Abstract type representing a model response vector
"""
abstract type ModResp end # model response

"""
LinPred
"""
LinPred
Abstract type representing a linear predictor
"""
Abstract type representing a linear predictor
"""
abstract type LinPred end # linear predictor in statistical models
abstract type DensePred <: LinPred end # linear predictor with dense X
abstract type LinPredModel <: RegressionModel end # model based on a linear predictor
Expand Down

0 comments on commit 863c91e

Please sign in to comment.