binomial distribution

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

Hi,

I am looking for algorithm for binomial distribution in VB.
I mean, I search VB code alternative the BINOMDISTR function.

Thank you!

Best Regards
tony
 
I'm not aware of VBA having it's own version of that function, but you can
access the worksheet version with
Application.WorksheetFunction.Binomdist(.......)
 
Hi,

Thank you for the answer.
But I want to use binomial distribution in MS Access.
I know, that I can move the data from Access to Excel, and after to use
the BINOMDIST function included in Excel.
But this is very hard process and for this reason I am searching
alternative (algorithm in VB) for binomial distribution.

Best Regards
tony
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top