Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default binomial distribution

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default binomial distribution

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(.......)


"tony" wrote:

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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default binomial distribution

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



JMB wrote:
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(.......)


"tony" wrote:

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




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 837
Default binomial distribution

If the sample size, n will be small, you can do it "hammer and tong" from the
formula shown in Help. otherwise, you will be hard pressed to find a better
implementation in any language than is given in VBA in
http://members.aol.com/iandjmsmith/Examples.xls

Jerry

" wrote:

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



JMB wrote:
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(.......)


"tony" wrote:

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





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Manipulate formula for Binomial Distribution GH Excel Worksheet Functions 3 August 24th 06 03:06 AM
Plotting a binomial distribution formulae in excel? Knowledge001 Excel Worksheet Functions 6 October 4th 05 09:47 PM
Binomial Proportions: Two-Sample Test PlugNChug Excel Worksheet Functions 4 June 8th 05 04:06 PM
binomial distribution Adynne Excel Worksheet Functions 1 November 6th 04 12:54 AM
Binomial Tree ExcelMonkey[_39_] Excel Programming 4 January 29th 04 08:14 PM


All times are GMT +1. The time now is 04:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"