db Integer Frequency
Appends a single integer-frequency sub-section for one response from the database.
Produces (inside a section titled freqName):
A data table ("Frequency Table") with columns: Value | Label | Count | Cum Count | % | Cum %
A frequency bar-chart plot (when showPlot is
true)
Parameters
the frequency response name used as the section title
the FrequencyTableData rows for this response; must be non-empty
optional section title override; defaults to freqName
when true (default) a bar-chart plot is appended
Appends a single integer-frequency section for one in-simulation ksl.modeling.variable.IntegerFrequencyResponse, fetched from the database by name.
Convenience overload of the row-taking dbIntegerFrequency: it fetches the FREQUENCY rows for name in expName via KSLDatabase.frequencyDataFor and delegates. When the experiment has no frequency data for that name, a notice section is emitted instead of throwing.
Parameters
the database to query
the experiment whose frequency data is used
the frequency response name (the name column)
when true (default) a frequency bar-chart plot is appended