Beispiel #1
0
def mnl_simulate(data,coeff,numalts,gpu=GPU,returnprobs=0):
    return mnl.mnl_simulate(data,coeff,numalts,gpu,returnprobs)
Beispiel #2
0
def mnl_simulate(data, coeff, numalts, gpu=GPU, returnprobs=0):
    return mnl.mnl_simulate(data, coeff, numalts, gpu, returnprobs)
Beispiel #3
0
def simulate(data,coeff,numalts,gpu=GPU):
    return mnl.mnl_simulate(data,coeff,numalts,gpu)
Beispiel #4
0
def simulate(data, coeff, numalts, gpu=GPU):
    return mnl.mnl_simulate(data, coeff, numalts, gpu)