Results 1 to 3 of 3

Thread: Help needed for plotting charts/graphs

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    3

    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?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Help needed for plotting charts/graphs

    Excel VBA question moved to Office Development

  3. #3
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    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
  •  



Click Here to Expand Forum to Full Width