hafizahzulkipli88
New Member
- Joined
- Jan 26, 2017
- Messages
- 2
Hi. I have problem regarding the Erlang distribution. I have an equation like below:
. f(x) follow pdf of erlang distribution.
Can I solve this equation using vba?
I don't know if excel has any build in Erlang p.d.f like normal p.d.f e.g(WorksheetFunction.NormDist(x, Av, StD, False).
Code:
\integrate from Q to infinity of [(x-Q) f(x)] dx
Can I solve this equation using vba?
I don't know if excel has any build in Erlang p.d.f like normal p.d.f e.g(WorksheetFunction.NormDist(x, Av, StD, False).