public class LpregDiagnostics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DblMatrix |
beta |
DblMatrix |
design |
DblMatrix |
pbias |
DblMatrix[] |
pci |
DblMatrix |
pcov |
DblMatrix |
y |
Constructor and Description |
---|
LpregDiagnostics() |
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getBeta() |
DblMatrix |
getDesign() |
DblMatrix |
getPredBias() |
DblMatrix[] |
getPredCI() |
DblMatrix |
getPredVar() |
DblMatrix |
getY() |
void |
setBeta(DblMatrix in) |
void |
setDesign(DblMatrix in) |
void |
setPredBias(DblMatrix in) |
void |
setPredCI(DblMatrix[] ci) |
void |
setPredVar(DblMatrix in) |
void |
setY(DblMatrix in) |
public DblMatrix beta
public DblMatrix pbias
public DblMatrix pcov
public DblMatrix[] pci
public DblMatrix design
public DblMatrix y
public void setY(DblMatrix in)
public DblMatrix getY()
public void setDesign(DblMatrix in)
public DblMatrix getDesign()
public void setBeta(DblMatrix in)
public DblMatrix getBeta()
public void setPredBias(DblMatrix in)
public DblMatrix getPredBias()
public void setPredVar(DblMatrix in)
public DblMatrix getPredVar()
public void setPredCI(DblMatrix[] ci)
public DblMatrix[] getPredCI()
Copyright © 2011, 2013. Daniel P. Dougherty