Package gaia.cu9.tools.parallax.PDF
Class ExpDecrVolumeDensityDEM
- java.lang.Object
-
- gaia.cu9.tools.parallax.PDF.DistanceEstimationMethod
-
- gaia.cu9.tools.parallax.PDF.ExpDecrVolumeDensityDEM
-
- Direct Known Subclasses:
HaywoodExpDecrVolumeDEM
,LosExpDecrVolumeDensityDEM
public class ExpDecrVolumeDensityDEM extends DistanceEstimationMethod
-
-
Constructor Summary
Constructors Constructor Description ExpDecrVolumeDensityDEM(double varPi, double sigma, double scaleLength)
ExpDecrVolumeDensityDEM(StarVariables star, double scaleLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PDF
createDistancePdf()
protected PDF
createModulusPdf()
-
Methods inherited from class gaia.cu9.tools.parallax.PDF.DistanceEstimationMethod
getDistanceModulusPDF, getDistancePDF, initPdfs
-
-
-
-
Constructor Detail
-
ExpDecrVolumeDensityDEM
public ExpDecrVolumeDensityDEM(double varPi, double sigma, double scaleLength)
-
ExpDecrVolumeDensityDEM
public ExpDecrVolumeDensityDEM(StarVariables star, double scaleLength)
-
-
Method Detail
-
createDistancePdf
protected PDF createDistancePdf()
- Specified by:
createDistancePdf
in classDistanceEstimationMethod
-
createModulusPdf
protected PDF createModulusPdf()
- Specified by:
createModulusPdf
in classDistanceEstimationMethod
-
-