Statistics_1Var H1 definition
|
08-26-2017, 11:03 PM
Post: #1
|
|||
|
|||
Statistics_1Var H1 definition
I've seen the Statistics_1Var app used to plot data in several programs. However, as part of this, somewhere it sets H1 as in these 2 examples.
H1:={"D1", "D2",1,0}; and H1:={"D1", "D2",1,0,#FF:24h}; Can someone tell me what the values in the lists in the assignments are? Thanks in advance -Donald |
|||
08-27-2017, 10:46 AM
Post: #2
|
|||
|
|||
RE: Statistics_1Var H1 definition
I've finally figured this out....it's taken quite a while of scouring various articles, etc, etc and trying just about every option in the symbolic view and changing them and looking at the value of H1.
So, H1:={"D1","D2",4,0,#FF:24h} means... D1 is the independent variable. D2 is the frequency of each entry of D1. 4 is the plot type (Line in this case). 0 is the option for the plot type. Certain plot types have more than one option. #FF:24h is the color, represented as FF hex as a 24bit unsigned integer. This is really #0000FFh, or BLUE. e.g. Red would be #FF0000:24h This info should really be in the User manual....maybe someone from HP could do this? Thx -Donald |
|||
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 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. |
|||
08-27-2017, 06:11 PM
Post: #4
|
|||
|
|||
RE: Statistics_1Var H1 definition
Just a matter of knowing where to look I guess. I spent 2 days unable to find that info...
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)