<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Splunk for statistical testing/ Analysis in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-for-statistical-testing-Analysis/m-p/169036#M7845</link>
    <description>&lt;P&gt;Jesslam,&lt;/P&gt;

&lt;P&gt;Since you asked this question, a lot has changed and new features have been added to Splunk.&lt;/P&gt;

&lt;P&gt;Splunk's &lt;A href="https://splunkbase.splunk.com/app/2890/"&gt;MLTS&lt;/A&gt; offers more than 20 advanced machine learning algorithms including SVM, Decision Trees, Naive Bayes, and &lt;A href="http://docs.splunk.com/Documentation/MLApp/1.2.0/User/Algorithms"&gt;many more&lt;/A&gt;. With its &lt;A href="http://docs.splunk.com/Documentation/MLApp/1.2.0/User/Customsearchcommands"&gt;new SPL commands&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/MLApp/1.2.0/User/Customvisualizations"&gt;custom visualizations&lt;/A&gt;, you can perform advanced machine learning analyses within Splunk. &lt;/P&gt;

&lt;P&gt;Splunk's ML team is actively working on this app, adding new features, and making a lot of improvements to it.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2016 01:07:33 GMT</pubDate>
    <dc:creator>imakaremi_splun</dc:creator>
    <dc:date>2016-08-04T01:07:33Z</dc:date>
    <item>
      <title>Splunk for statistical testing/ Analysis</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-for-statistical-testing-Analysis/m-p/169033#M7842</link>
      <description>&lt;P&gt;Hi ,I am one beginner of splunk. May I know whether Splunk supports any statistical testing/ analysis, e.g. Normality tests, SVM, decision trees, Naïve Bayes, t-test, ANOVA etc. Thanks so much!&lt;/P&gt;</description>
      <pubDate>Sun, 18 May 2014 08:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-for-statistical-testing-Analysis/m-p/169033#M7842</guid>
      <dc:creator>jesslam</dc:creator>
      <dc:date>2014-05-18T08:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for statistical testing/ Analysis</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-for-statistical-testing-Analysis/m-p/169034#M7843</link>
      <description>&lt;P&gt;No, Splunk does not calculate most of the statistics directly. Here are the basic statistics that you can calculate with Splunk:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/CommonStatsFunctions"&gt;Common stats functions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And there are commands other than &lt;CODE&gt;stats&lt;/CODE&gt; that you can use, like &lt;CODE&gt;contingency&lt;/CODE&gt;, that will either provide statistics directly or do part of the calculations.&lt;/P&gt;

&lt;P&gt;Next, you can use the &lt;CODE&gt;eval&lt;/CODE&gt; command to calculate almost anything. In addition to basic arithemetic, &lt;CODE&gt;eval&lt;/CODE&gt; supports a number of functions:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/CommonEvalFunctions"&gt;Functions for Eval and Where&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Finally, you can export the data from Splunk as a .csv file. So it is possible to calculate the basic statistics across millions of events, and then export those intermediate results so that you can continue the analysis with some other tool. You can even write code, such as Java or Python, to run Splunk searches and then analyze the resulting data however you like.&lt;/P&gt;</description>
      <pubDate>Sun, 18 May 2014 23:10:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-for-statistical-testing-Analysis/m-p/169034#M7843</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-18T23:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for statistical testing/ Analysis</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-for-statistical-testing-Analysis/m-p/169035#M7844</link>
      <description>&lt;P&gt;This might be right up your street: &lt;A href="http://apps.splunk.com/app/1735/"&gt;http://apps.splunk.com/app/1735/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 May 2014 23:12:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-for-statistical-testing-Analysis/m-p/169035#M7844</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-05-18T23:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for statistical testing/ Analysis</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-for-statistical-testing-Analysis/m-p/169036#M7845</link>
      <description>&lt;P&gt;Jesslam,&lt;/P&gt;

&lt;P&gt;Since you asked this question, a lot has changed and new features have been added to Splunk.&lt;/P&gt;

&lt;P&gt;Splunk's &lt;A href="https://splunkbase.splunk.com/app/2890/"&gt;MLTS&lt;/A&gt; offers more than 20 advanced machine learning algorithms including SVM, Decision Trees, Naive Bayes, and &lt;A href="http://docs.splunk.com/Documentation/MLApp/1.2.0/User/Algorithms"&gt;many more&lt;/A&gt;. With its &lt;A href="http://docs.splunk.com/Documentation/MLApp/1.2.0/User/Customsearchcommands"&gt;new SPL commands&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/MLApp/1.2.0/User/Customvisualizations"&gt;custom visualizations&lt;/A&gt;, you can perform advanced machine learning analyses within Splunk. &lt;/P&gt;

&lt;P&gt;Splunk's ML team is actively working on this app, adding new features, and making a lot of improvements to it.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 01:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-for-statistical-testing-Analysis/m-p/169036#M7845</guid>
      <dc:creator>imakaremi_splun</dc:creator>
      <dc:date>2016-08-04T01:07:33Z</dc:date>
    </item>
  </channel>
</rss>

