Functions | |
def | normalpdf |
def | lognormalpdf |
def | uniformpdf |
def | triangularpdf |
def | logisticcdf |
def distributions::logisticcdf | ( | x, | |
mu = 0.0 , |
|||
s = 1.0 |
|||
) |
def distributions::lognormalpdf | ( | x, | |
mu, | |||
s | |||
) |
def distributions::normalpdf | ( | x, | |
mu = 0.0 , |
|||
s = 1.0 |
|||
) |
def distributions::triangularpdf | ( | x, | |
a = -1.0 , |
|||
b = 1.0 , |
|||
c = 0.0 |
|||
) |
def distributions::uniformpdf | ( | x, | |
a = -1 , |
|||
b = 1.0 |
|||
) |