BinaryGalpropModel

class halotools.empirical_models.BinaryGalpropModel(prim_haloprop_key='halo_mpeak', **kwargs)[source]

Bases: object

Container class for any component model of a binary-valued galaxy property.

Parameters:
galprop_namestring, keyword argument

Name of the galaxy property being assigned.

prim_haloprop_keystring, optional

String giving the column name of the primary halo property governing the galaxy propery being modeled. Default is set in the model_defaults module.