/

PlotWeightedStandardisedQQ

[this page | pdf | references | back links]

Interactively run this function

Answer  


Parameter NameInputAn input expression?Delimiter
InputData
WeightData
InputDataSizes
SeriesNames
ChartTitle
ChartFormat

Calculation description
Time-stamp calculation?  
  


Function Description

Returns a weighted standardised Quantile-Quantile (‘QQ’) plot. More precisely, returns a string which is the (temporary) code for a SmartChart that plots such information.

 

A weighted standardised QQ-plot for a series of observations produces a plot of the observed quantile value versus the expected quantile value, with the series ‘standardised’ to have zero (weighted) mean and unit (weighted) standard deviation using a formula along the lines of:

 

 

where  is the (sample) standard deviation of the data series .

 

The observed (weighted) quantile also takes account of the weights given to the different data points.

 

To allow users to plot several different series together, this function takes as input two different arrays, one containing all of the input data for all of the series (i.e. InputData), positioned consecutively and the other containing the number of entries in each series (i.e. InputDataSizes). So if InputDataSizes is {3,4} then two series are being analysed simultaneously, the first with three data points and the second with four, so InputData should have seven entries, the first three of which are for the first series and the last four for the second series.

 

For further details on how to use the ChartFormat parameter to format a chart see using the ChartFormat parameter.

 


NAVIGATION LINKS
Contents | Prev | Next


Links to:

-          Interactively run function

-          Interactive instructions

-          Example calculation

-          Output type / Parameter details

-          Illustrative spreadsheet

-          Other Charting functions

-          Computation units used


Note: If you use any Nematrian web service either programmatically or interactively then you will be deemed to have agreed to the Nematrian website License Agreement


Desktop view | Switch to Mobile