Post Reply 
Statistics_1Var H1 definition
08-27-2017, 03:51 PM
Post: #3
RE: Statistics_1Var H1 definition
It is in 2 places already.

Page 620 (english) of the current user guide in the Programming in HPPPL section, Symbolic view variables.

Quote:H1...H5
Statistics 1Var

The Statistics 1Var symbolic variables are H1 to H5. These variables contain the data values for a one-variable statistical analysis. For example, H1(n) returns the nth value in the data set for the H1 analysis. With no argument, H1 returns a list of the objects that define H1. These objects are as follows, in the order given: ● An expression (in single quotes) that defines the data list (or empty double quotes) ● An expression (in single quotes) that optionally defines the frequencies for each of the values in the data list (or empty double quotes) ● The plot type number ● The option number ● The color for the plot The plot type number is an integer from 1 to 9 that controls which statistical plot type is used with each of the variables H1 to H5. The correspondence is as follows: ● 1—Histogram (default) ● 2—Box and whisker ● 3—Normal probability ● 4—Line ● 5—Bar ● 6—Pareto ● 7—Control ● 8—Dot ● 9—Stem and leaf The option number is an integer from 0 to 2 that controls any option available for the plot type. The correspondence is as follows: ● 0—No option ● 1—Do not show outliers for the box-and-whisker plot ● 2—Show outliers for the box-and-whisker plot Example: H3:={"D1", "", 2, 1, #FF:24h} defines H3 to use D1 for its data list, use no frequencies, and draw a box-and-whisker plot without outliers in blue.

Also you can look in your on calculator help. It will be under HP Apps->Stat 1 Var App-> Statistics 1 Var Variables->Symbolic variables

You could tap the "Search" button in the tree, type H1, tap the case sensitive, and I expect you'd end up there with 1-2 taps.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Statistics_1Var H1 definition - Tim Wessman - 08-27-2017 03:51 PM



User(s) browsing this thread: 1 Guest(s)