| Line 1: |
Line 1: |
| − | =HISTOGRAM(Array, BinRange, NewTableFlag)= | + | =HISTOGRAM(SomeArray,BinRange,SomePareToFlag,SomeCumulativeFlag,SomeChartFlag,NewTableFlag)= |
| | | | |
| − | *where, <math>Array</math> is an array of data or reference to cells containing data to analyze | + | *where, <math>SomeArray</math> is an array of data or reference to cells containing data to analyze |
| | *<math>BinRange</math> is the set of intervals to create an Histogram | | *<math>BinRange</math> is the set of intervals to create an Histogram |
| | + | *<math>SomePareToFlag</math> |
| | + | *<math>SomeCumulativeFlag</math> |
| | + | *<math>SomeChartFlag</math> |
| | *<math>NewTableFlag</math> is a logical value that decides whether to display the output in the same worksheet or a new space cube. | | *<math>NewTableFlag</math> is a logical value that decides whether to display the output in the same worksheet or a new space cube. |
| | | | |
| Line 9: |
Line 12: |
| | == Description == | | == Description == |
| | | | |
| − | HISTOGRAM(Array, BinRange, NewTableFlag) | + | HISTOGRAM(SomeArray,BinRange,SomePareToFlag,SomeCumulativeFlag,SomeChartFlag,NewTableFlag) |
| | | | |
| | *An Histogram is a representation of tabulated frequencies over discrete bins(intervals). | | *An Histogram is a representation of tabulated frequencies over discrete bins(intervals). |