RepeatParams

class zdm.parameters.RepeatParams(lRmin: float = -3.0, lRmax: float = 1.0, Rgamma: float = -2.375, RC: float = 0.01, RE0: float = 1e+39)[source]

Bases: myDataClass

Parameters for repeating FRB population modeling.

Attributes Summary

RC

RE0

Rgamma

lRmax

lRmin

Attributes Documentation

RC: float = 0.01
RE0: float = 1e+39
Rgamma: float = -2.375
lRmax: float = 1.0
lRmin: float = -3.0
lRmin: float = -3.0
lRmax: float = 1.0
Rgamma: float = -2.375
RC: float = 0.01
RE0: float = 1e+39
__init__(lRmin: float = -3.0, lRmax: float = 1.0, Rgamma: float = -2.375, RC: float = 0.01, RE0: float = 1e+39) None