> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# kinetica.AggregateStatisticsRequest.Stats

> kinetica.AggregateStatisticsRequest.Stats — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsRequest#a9e907a051602fb708cbdebc6e4466e51" title="Comma separated list of the statistics to calculate, e.g.">AggregateStatisticsRequest.stats</a>. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Static Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:ac750807ce4e7097965d0ba0d1e1c55ae" id="r_ac750807ce4e7097965d0ba0d1e1c55ae">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac750807ce4e7097965d0ba0d1e1c55ae">COUNT</a> = "count"</td>
      </tr>

      <tr className="memdesc:ac750807ce4e7097965d0ba0d1e1c55ae">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of objects (independent of the given column(s)). <br /></td>
      </tr>

      <tr className="separator:ac750807ce4e7097965d0ba0d1e1c55ae">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ad9abdc42ec806f4d391a781c746d649a" id="r_ad9abdc42ec806f4d391a781c746d649a">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad9abdc42ec806f4d391a781c746d649a">MEAN</a> = "mean"</td>
      </tr>

      <tr className="memdesc:ad9abdc42ec806f4d391a781c746d649a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Arithmetic mean (average), equivalent to sum/count. <br /></td>
      </tr>

      <tr className="separator:ad9abdc42ec806f4d391a781c746d649a">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a9b5f605aaccdc13e352de568e1b25454" id="r_a9b5f605aaccdc13e352de568e1b25454">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9b5f605aaccdc13e352de568e1b25454">STDV</a> = "stdv"</td>
      </tr>

      <tr className="memdesc:a9b5f605aaccdc13e352de568e1b25454">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Sample standard deviation (denominator is count-1). <br /></td>
      </tr>

      <tr className="separator:a9b5f605aaccdc13e352de568e1b25454">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a488c0562113cbd324688b4dd93c573b1" id="r_a488c0562113cbd324688b4dd93c573b1">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a488c0562113cbd324688b4dd93c573b1">VARIANCE</a> = "variance"</td>
      </tr>

      <tr className="memdesc:a488c0562113cbd324688b4dd93c573b1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Unbiased sample variance (denominator is count-1). <br /></td>
      </tr>

      <tr className="separator:a488c0562113cbd324688b4dd93c573b1">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a14a7240742e1b61b61a8c94ec60782fe" id="r_a14a7240742e1b61b61a8c94ec60782fe">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a14a7240742e1b61b61a8c94ec60782fe">SKEW</a> = "skew"</td>
      </tr>

      <tr className="memdesc:a14a7240742e1b61b61a8c94ec60782fe">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Skewness (third standardized moment). <br /></td>
      </tr>

      <tr className="separator:a14a7240742e1b61b61a8c94ec60782fe">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a3cb0bab7cd2d46994d6e5348f309eeba" id="r_a3cb0bab7cd2d46994d6e5348f309eeba">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a3cb0bab7cd2d46994d6e5348f309eeba">KURTOSIS</a> = "kurtosis"</td>
      </tr>

      <tr className="memdesc:a3cb0bab7cd2d46994d6e5348f309eeba">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Kurtosis (fourth standardized moment). <br /></td>
      </tr>

      <tr className="separator:a3cb0bab7cd2d46994d6e5348f309eeba">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a627ef28f3fcb648da360d8e3defb1a44" id="r_a627ef28f3fcb648da360d8e3defb1a44">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a627ef28f3fcb648da360d8e3defb1a44">SUM</a> = "sum"</td>
      </tr>

      <tr className="memdesc:a627ef28f3fcb648da360d8e3defb1a44">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Sum of all values in the column(s). <br /></td>
      </tr>

      <tr className="separator:a627ef28f3fcb648da360d8e3defb1a44">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aacba66c351a168413bdb048e99965cf6" id="r_aacba66c351a168413bdb048e99965cf6">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aacba66c351a168413bdb048e99965cf6">MIN</a> = "min"</td>
      </tr>

      <tr className="memdesc:aacba66c351a168413bdb048e99965cf6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Minimum value of the column(s). <br /></td>
      </tr>

      <tr className="separator:aacba66c351a168413bdb048e99965cf6">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a1d9f5e4c869dccfbc03a9449ae63cc42" id="r_a1d9f5e4c869dccfbc03a9449ae63cc42">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1d9f5e4c869dccfbc03a9449ae63cc42">MAX</a> = "max"</td>
      </tr>

      <tr className="memdesc:a1d9f5e4c869dccfbc03a9449ae63cc42">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Maximum value of the column(s). <br /></td>
      </tr>

      <tr className="separator:a1d9f5e4c869dccfbc03a9449ae63cc42">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aac2f4ffa776a06765918cb4716349501" id="r_aac2f4ffa776a06765918cb4716349501">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aac2f4ffa776a06765918cb4716349501">WEIGHTED\_AVERAGE</a> = "weighted\_average"</td>
      </tr>

      <tr className="memdesc:aac2f4ffa776a06765918cb4716349501">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Weighted arithmetic mean (using the option <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsRequest_1_1Options#a2815d58198dfb453822e6d13ca22bbc9">WEIGHT\_COLUMN\_NAME</a> as the weighting column). <br /></td>
      </tr>

      <tr className="separator:aac2f4ffa776a06765918cb4716349501">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:af1ee5a6b722e3fa5e522d8e6608a6698" id="r_af1ee5a6b722e3fa5e522d8e6608a6698">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af1ee5a6b722e3fa5e522d8e6608a6698">CARDINALITY</a> = "cardinality"</td>
      </tr>

      <tr className="memdesc:af1ee5a6b722e3fa5e522d8e6608a6698">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of unique values in the column(s). <br /></td>
      </tr>

      <tr className="separator:af1ee5a6b722e3fa5e522d8e6608a6698">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aca01ca5946ee208f97e6510a1ad70936" id="r_aca01ca5946ee208f97e6510a1ad70936">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aca01ca5946ee208f97e6510a1ad70936">ESTIMATED\_CARDINALITY</a> = "estimated\_cardinality"</td>
      </tr>

      <tr className="memdesc:aca01ca5946ee208f97e6510a1ad70936">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Estimate (via hyperloglog technique) of the number of unique values in the column(s). <br /></td>
      </tr>

      <tr className="separator:aca01ca5946ee208f97e6510a1ad70936">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a4e8030427c517468abcf0ff3b95cb0e6" id="r_a4e8030427c517468abcf0ff3b95cb0e6">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a4e8030427c517468abcf0ff3b95cb0e6">PERCENTILE</a> = "percentile"</td>
      </tr>

      <tr className="memdesc:a4e8030427c517468abcf0ff3b95cb0e6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Estimate (via t-digest) of the given percentile of the column(s) (percentile(50.0) will be an approximation of the median). <br /></td>
      </tr>

      <tr className="separator:a4e8030427c517468abcf0ff3b95cb0e6">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a69a69410d3c94b9c082bbc4ba4fa91c5" id="r_a69a69410d3c94b9c082bbc4ba4fa91c5">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a69a69410d3c94b9c082bbc4ba4fa91c5">PERCENTILE\_RANK</a> = "percentile\_rank"</td>
      </tr>

      <tr className="memdesc:a69a69410d3c94b9c082bbc4ba4fa91c5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Estimate (via t-digest) of the percentile rank of the given value in the column(s) (if the given value is the median of the column(s), percentile\_rank(\<median>) will return approximately 50.0). <br /></td>
      </tr>

      <tr className="separator:a69a69410d3c94b9c082bbc4ba4fa91c5">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsRequest#a9e907a051602fb708cbdebc6e4466e51" title="Comma separated list of the statistics to calculate, e.g.">AggregateStatisticsRequest.stats</a>. </p>
      <p>Comma separated list of the statistics to calculate, e.g. "sum,mean".</p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00077">77</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#af1ee5a6b722e3fa5e522d8e6608a6698">◆ </a></span>CARDINALITY</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.CARDINALITY = "cardinality"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of unique values in the column(s). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00116">116</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac750807ce4e7097965d0ba0d1e1c55ae">◆ </a></span>COUNT</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.COUNT = "count"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of objects (independent of the given column(s)). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00081">81</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aca01ca5946ee208f97e6510a1ad70936">◆ </a></span>ESTIMATED\_CARDINALITY</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.ESTIMATED\_CARDINALITY = "estimated\_cardinality"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Estimate (via hyperloglog technique) of the number of unique values in the column(s). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00120">120</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a3cb0bab7cd2d46994d6e5348f309eeba">◆ </a></span>KURTOSIS</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.KURTOSIS = "kurtosis"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Kurtosis (fourth standardized moment). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00099">99</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1d9f5e4c869dccfbc03a9449ae63cc42">◆ </a></span>MAX</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.MAX = "max"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Maximum value of the column(s). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00108">108</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad9abdc42ec806f4d391a781c746d649a">◆ </a></span>MEAN</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.MEAN = "mean"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Arithmetic mean (average), equivalent to sum/count. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00085">85</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aacba66c351a168413bdb048e99965cf6">◆ </a></span>MIN</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.MIN = "min"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Minimum value of the column(s). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00105">105</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4e8030427c517468abcf0ff3b95cb0e6">◆ </a></span>PERCENTILE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.PERCENTILE = "percentile"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Estimate (via t-digest) of the given percentile of the column(s) (percentile(50.0) will be an approximation of the median). </p>
        <p>Add a second, comma-separated value to calculate percentile resolution, e.g., 'percentile(75,150)'.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00127">127</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a69a69410d3c94b9c082bbc4ba4fa91c5">◆ </a></span>PERCENTILE\_RANK</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.PERCENTILE\_RANK = "percentile\_rank"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Estimate (via t-digest) of the percentile rank of the given value in the column(s) (if the given value is the median of the column(s), percentile\_rank(\<median>) will return approximately 50.0). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00133">133</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a14a7240742e1b61b61a8c94ec60782fe">◆ </a></span>SKEW</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.SKEW = "skew"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Skewness (third standardized moment). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00096">96</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9b5f605aaccdc13e352de568e1b25454">◆ </a></span>STDV</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.STDV = "stdv"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Sample standard deviation (denominator is count-1). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00089">89</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a627ef28f3fcb648da360d8e3defb1a44">◆ </a></span>SUM</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.SUM = "sum"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Sum of all values in the column(s). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00102">102</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a488c0562113cbd324688b4dd93c573b1">◆ </a></span>VARIANCE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.VARIANCE = "variance"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Unbiased sample variance (denominator is count-1). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00093">93</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aac2f4ffa776a06765918cb4716349501">◆ </a></span>WEIGHTED\_AVERAGE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateStatisticsRequest.Stats.WEIGHTED\_AVERAGE = "weighted\_average"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Weighted arithmetic mean (using the option <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsRequest_1_1Options#a2815d58198dfb453822e6d13ca22bbc9">WEIGHT\_COLUMN\_NAME</a> as the weighting column). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source#l00113">113</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Protocol/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a></li>
    </ul>
  </div>
</div>
