scala-glm
scala-glm
API
scalaglm
Basis
Glm
Glm
GlmFamily
Irls
Lm
Lm
LogisticGlm
Model
Pca
Pca
PoissonGlm
Predict
PredictGlm
PredictLm
Utils
scala-glm
/
scalaglm
/
Irls
Irls
scalaglm.Irls$
object
Irls
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Irls
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
IRLS
(
bp
:
Double
=>
Double
,
bpp
:
Double
=>
Double
,
y
:
DenseVector
[
Double
],
X
:
DenseMatrix
[
Double
],
bhat0
:
DenseVector
[
Double
],
its
:
Int
,
tol
:
Double
): (
DenseVector
[
Double
],
DenseMatrix
[
Double
],
DenseMatrix
[
Double
])
IRLS algorithm, called by Glm
IRLS algorithm, called by Glm
Attributes