Bases: object
Erf function model for the occupation statistics of central galaxies, introduced in Kravtsov et al. 2004, arXiv:0308519.
Parameters: | parameter_dict : dictionary, optional.
threshold : float, optional.
gal_type : string, optional
|
---|
Methods Summary
mc_occupation(logM) | Method to generate Monte Carlo realizations of the abundance of galaxies. |
mean_occupation(logM) | Expected number of central galaxies in a halo of mass logM. |
published_parameters(threshold) | Best-fit HOD parameters from Table 1 of Zheng et al. |
Methods Documentation
Method to generate Monte Carlo realizations of the abundance of galaxies.
Parameters: | logM : array
|
---|---|
Returns: | mc_abundance : array
|
Expected number of central galaxies in a halo of mass logM. See Equation 2 of arXiv:0703457.
Parameters: | logM : array
|
---|---|
Returns: | mean_ncen : array |
Notes
Mean number of central galaxies in a host halo of the specified mass.
Best-fit HOD parameters from Table 1 of Zheng et al. 2007.
Parameters: | threshold : float
|
---|---|
Returns: | parameter_dict : dict
|