|
-
Jan 27th, 2006, 12:27 AM
#1
Thread Starter
New Member
Help needed for plotting charts/graphs
hi to all,
I need to use Excel VBA code to write a code which allows me to plot graphs from input values that I have.
However, the graphs need to be of the following distributions: Weibull, Gamma and Beta.
Anyone can pls advise on how can this be achieved?
-
Jan 27th, 2006, 06:54 AM
#2
Re: Help needed for plotting charts/graphs
Excel VBA question moved to Office Development
-
Jan 27th, 2006, 01:34 PM
#3
Re: Help needed for plotting charts/graphs
You can numerically form the distributions in two columns in Excel: make the first column 1,2,3...(your x axis) and then stick the formula for each distribution in the second column. If you don't know what the formulae are, look them up on the internet!
For graphing, if you're looking to do that through code see here.
zaza
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|