First time here? Check our help page!
2

What is the purpose of the measure type in OpenStudio analysis spreadsheet?

I am trying to understand the difference between the three measures types variable,pivot and argument which I see available in the OpenStudio analysis spreadsheet.

image description

To my knowledge (correct me if I'm wrong) variable type measures are used for when you want to change a discrete value using an array of variables.

While arguement type measures are used when you simply want to run a measure which takes set arguements like Bool,Double, Integers and not an array of arguements?

However I noticed that some measures are pivot type such as the replace_open_studio_model measure - what exactly is a pivot type and when do I use it?

Any pointers on what is the difference between these measure types and when each is most appropriate would be greatly appreciated!

antonszilasi's avatar
1.5k
antonszilasi
asked 2017-10-14 20:19:51 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-10-15 18:38:40 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Just for clarity Those are measure input parameter types, not measure types.

__AmirRoth__'s avatar __AmirRoth__ (2017-10-15 18:38:21 -0500) edit
add a comment see more comments

1 Answer

1

Hi,

There is some documentation for PAT 2.0 that provides some explanation -- scroll down a bit to the section where it lists Argument, Discrete, Continuous, and Pivot. As PAT 2.0 now includes the same capabilities that were available in the analysis spreadsheet, the same description applies. I'll paste it here as well:

  1. Argument - Fixes the quanity as a static value for the analysis.
  2. Continuous - Assigns a continuous probability density function to a variable. Available distributions include uniform, triangular, normal, and log normal.
  3. Discrete - Allows the user to specify a specific set of distinct values with associated weights.
  4. Pivot - Forces the entire analysis to be performed against each specified value. e.g. An analysis problem with 25 samples and 3 pivots would create a total of 75 data points.

Note that a Variable in the analysis spreadsheet could either be of type Continuous or Discrete.

shorowit's avatar
11.8k
shorowit
answered 2017-10-15 13:55:35 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments