English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a Gaussian formula for a line profile and within the formula is a parameter which varies stepwise in the same fashion from its smallest value right through to its largest value. Instead of writing out all the values in adjacent cells, is there a way i can use a minimum amount of cells and yet still generate a value of the formula in each case for each value of this parameter? Is there a ranging or iterative ability in Excel?

2007-02-27 16:20:14 · 1 answers · asked by RobLough 3 in Science & Mathematics Engineering

1 answers

Yes there are. At the simplest level you can put the stepwise values on a different row of cells then input their value list directly to those cells. The Gaussian formula row can link to those cells.

At the next level you can write some VBA code to access any cell to input/output any value and program mostly any function.

At the expert's level you can use another package such as Matlab, C, or FORTRAN to model your problem and make a DLL which Excel VBA code can call and do anything you want.

Excel has its Gaussian set of functions. It also has the erf() function which can do integration at higher z-scores for extremely low error probabilities as well as doing cumulative integrations such as cdf, or ccdf.

2007-02-27 16:43:57 · answer #1 · answered by sciquest 4 · 0 0

fedest.com, questions and answers