OOF2: The Manual
Name
OOF.Mesh.Analyze.Standard_Deviation — Compute the standard deviation of the data over the samples.
Synopsis
OOF.Mesh.Analyze.Standard_Deviation(mesh,data,domain,sampling,destination,comment_character,separator)
Details
- Parent Menu: OOF.Mesh.Analyze
-
Callback: function
_ops_callbackin moduleoof2.engine.IO.analyzemenu -
Threadability:
Threadable -
Parameters:
mesh- The mesh on which to compute the output Type: The path to an existing
Meshobject. data- The output data source Type: Either a
AggregateOutputobject, or anOutputobject whose value is a real number. domain- Where on the mesh to compute the data. Type: An object of the
Domainclass. sampling- How to sample the domain. Type: An object of the
SampleSetclass. destination- File where data should be written, or 'automatic' for the message window. Type: A character string.
comment_character- Set the string at the start of the header line. Type: A character string.
separator- Set the character between data entries. Type: An object from the
Separatorenumerated class.
/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




