mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
24 lines
696 B
ReStructuredText
24 lines
696 B
ReStructuredText
:tocdepth: 3
|
|
|
|
base/frameworks/sumstats/plugins/std-dev.bro
|
|
============================================
|
|
.. bro:namespace:: SumStats
|
|
|
|
Calculate the standard deviation.
|
|
|
|
:Namespace: SumStats
|
|
:Imports: :doc:`base/frameworks/sumstats/main.bro </scripts/base/frameworks/sumstats/main.bro>`, :doc:`base/frameworks/sumstats/plugins/variance.bro </scripts/base/frameworks/sumstats/plugins/variance.bro>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
=================================================== =
|
|
:bro:type:`SumStats::Calculation`: :bro:type:`enum`
|
|
:bro:type:`SumStats::ResultVal`: :bro:type:`record`
|
|
=================================================== =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|