<?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 Random Multinomial Distribution in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Random-Multinomial-Distribution/m-p/986226#M17775</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;Just like in the name of the topic, I would like to create function that returns vector of random multinomial distributed values. Unfortunately in MKL there is no direct way to do it. There is only Binomial (viRngBinomial, Reference Manual p. 2585) but since Binomial is just a special case of Multinomial I hope someone maybe was able to create Multinomial based on Binomial.&lt;/P&gt;
&lt;P&gt;If so, I would appreciate any good ideas/solutions, how to solve that. I have input vector prepared and expected value, but that's all I was able to do so far.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you all in advance.&lt;/P&gt;
&lt;P&gt;Marek&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2013 04:44:53 GMT</pubDate>
    <dc:creator>Marek_C_</dc:creator>
    <dc:date>2013-04-01T04:44:53Z</dc:date>
    <item>
      <title>Random Multinomial Distribution</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Random-Multinomial-Distribution/m-p/986226#M17775</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;Just like in the name of the topic, I would like to create function that returns vector of random multinomial distributed values. Unfortunately in MKL there is no direct way to do it. There is only Binomial (viRngBinomial, Reference Manual p. 2585) but since Binomial is just a special case of Multinomial I hope someone maybe was able to create Multinomial based on Binomial.&lt;/P&gt;
&lt;P&gt;If so, I would appreciate any good ideas/solutions, how to solve that. I have input vector prepared and expected value, but that's all I was able to do so far.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you all in advance.&lt;/P&gt;
&lt;P&gt;Marek&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 04:44:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Random-Multinomial-Distribution/m-p/986226#M17775</guid>
      <dc:creator>Marek_C_</dc:creator>
      <dc:date>2013-04-01T04:44:53Z</dc:date>
    </item>
    <item>
      <title>Hello Marek,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Random-Multinomial-Distribution/m-p/986227#M17776</link>
      <description>&lt;P&gt;Hello Marek,&lt;/P&gt;
&lt;P&gt;Your observation is correct - Intel(R) MKL does not provide multinomial random number generator. Please,&amp;nbsp;have a look at&amp;nbsp;the paper of C.S. Davis "The computer generation of multinomial random variates" published in Computational Statistics &amp;amp; Data Analysis, v16, i2, 1993 for methods of multinomial variate generation. One of them, the conditional distribution method, relies on the modal binomial generator.&amp;nbsp;Implementation&amp;nbsp;of the algorithm is available in GSL library.&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 07:17:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Random-Multinomial-Distribution/m-p/986227#M17776</guid>
      <dc:creator>Andrey_N_Intel</dc:creator>
      <dc:date>2013-04-01T07:17:23Z</dc:date>
    </item>
  </channel>
</rss>

