#include <LinearModel.h>
|
Eigen::VectorXd | _y |
|
Eigen::MatrixXd | _X |
|
Eigen::VectorXd | _beta |
|
Definition at line 9 of file LinearModel.h.
WireCell::LinearModel::LinearModel |
( |
| ) |
|
WireCell::LinearModel::~LinearModel |
( |
| ) |
|
|
virtual |
double WireCell::LinearModel::chi2_base |
( |
| ) |
|
virtual void WireCell::LinearModel::Fit |
( |
| ) |
|
|
inlinevirtual |
Eigen::VectorXd& WireCell::LinearModel::Getbeta |
( |
| ) |
|
|
inline |
Eigen::MatrixXd& WireCell::LinearModel::GetX |
( |
| ) |
|
|
inline |
Eigen::VectorXd& WireCell::LinearModel::Gety |
( |
| ) |
|
|
inline |
double WireCell::LinearModel::MeanResidual |
( |
| ) |
|
VectorXd WireCell::LinearModel::Predict |
( |
| ) |
|
virtual void WireCell::LinearModel::Setbeta |
( |
Eigen::VectorXd |
beta | ) |
|
|
inlinevirtual |
virtual void WireCell::LinearModel::SetData |
( |
Eigen::MatrixXd |
X, |
|
|
Eigen::VectorXd |
y |
|
) |
| |
|
inlinevirtual |
Definition at line 18 of file LinearModel.h.
virtual void SetX(Eigen::MatrixXd X)
virtual void Sety(Eigen::VectorXd y)
virtual void WireCell::LinearModel::SetX |
( |
Eigen::MatrixXd |
X | ) |
|
|
inlinevirtual |
virtual void WireCell::LinearModel::Sety |
( |
Eigen::VectorXd |
y | ) |
|
|
inlinevirtual |
Eigen::VectorXd WireCell::LinearModel::_beta |
|
protected |
Eigen::MatrixXd WireCell::LinearModel::_X |
|
protected |
Eigen::VectorXd WireCell::LinearModel::_y |
|
protected |
The documentation for this class was generated from the following files: