BIE::SplatModel Class Reference
A simple test model based on 2-dim Gaussian splats.
More...
#include <SplatModel.h>
List of all members.
|
Global parameters |
|
static double | SIGX |
| | Dispersion in X direction (if Ndim=2).
|
|
static double | SIGY |
| | Dispersion in Y direction (if Ndim=2).
|
|
static double | VALUE |
| | Value of attribute (delta function).
|
|
class | boost::serialization::access |
|
| SplatModel (int ndim, int mdim) |
| | Constructor (ndim=2, 4).
|
|
void | setSIG (double sigx, double sigy) |
| | Change the default root variance value.
|
|
void | Initialize (State &) |
| | Initialize state dependent part of calculation.
|
|
void | Initialize (vector< double > &w, vector< vector< double > > &p) |
|
virtual double | NormEval (double xmin, double xmax, double ymin, double ymax) |
| | Integrated norm (for point likelihood).
|
|
double | NormEval (double x, double y, SampleDistribution *d) |
| | Compute normalization of tiles.
|
|
vector< double > | EvaluateBinned (double x, double y, BinnedDistribution *d) |
| | Main method returning binned source density.
|
|
vector< double > | EvaluatePoint (double x, double y, PointDistribution *d) |
| | Main method returning point source density.
|
|
string | ParameterDescription (int i) |
| | Label parameters.
|
|
int | DataDimension () |
| | Dimension of data attributes.
|
|
| SplatModel () |
Detailed Description
A simple test model based on 2-dim Gaussian splats.
- Todo:
- Remove ParameterDescription and DataDimension.
- Todo:
- Evaluate should return a Distribution, not a vector.
The documentation for this class was generated from the following file: