Accelerate a poisson waiting time calculation in Python

前端 未结 0 495
醉梦人生
醉梦人生 2021-02-05 09:09

Within my python routine, I have a function that I call to simulate poisson waiting times:

import numpy as np
import math

def poisson_claims(n_vals, lambda):
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题