Enumeration

NumCosmoHICosmoSplineKnots

Declaration

enum NumCosmo.HICosmoSplineKnots

Description [src]

Knot placement for the spline-based $w(z)$ / $q(z)$ reconstruction models (NcHICosmoDEWSpline, NcHICosmoQSpline). Uniform spreads resolution evenly; Chebyshev clusters it toward the endpoints (better interpolation conditioning, but denser where high-$z$ data are sparse).

Members

NC_HICOSMO_SPLINE_KNOTS_UNIFORM

Knots spaced uniformly over the reconstruction interval.

  • Value: 0
  • Available since: 1.0
NC_HICOSMO_SPLINE_KNOTS_CHEBYSHEV

Knots on a Chebyshev grid (clustered toward both endpoints).

  • Value: 1
  • Available since: 1.0