208 | | <p>References <a class="el" href="exp__family_8h_source.html#l00581">bdm::mlnorm< ldmat, enorm >::_R()</a>, <a class="el" href="exp__family_8h_source.html#l00547">bdm::mlnorm< ldmat, enorm >::A</a>, <a class="el" href="bdmbase_8h_source.html#l00569">bdm::mpdf_internal< enorm< ldmat > >::iepdf</a>, <a class="el" href="square__mat_8cpp_source.html#l00196">bdm::ldmat::invqform()</a>, <a class="el" href="exp__family_8h_source.html#l00676">Lambda</a>, <a class="el" href="exp__family_8h_source.html#l00549">bdm::mlnorm< ldmat, enorm >::mu_const</a>, <a class="el" href="exp__family_8h_source.html#l00680">Re</a>, and <a class="el" href="square__mat_8h_source.html#l00100">bdm::sqmat::rows()</a>.</p> |
| 207 | <p>References <a class="el" href="exp__family_8h_source.html#l00604">bdm::mlnorm< ldmat, enorm >::_R()</a>, <a class="el" href="exp__family_8h_source.html#l00573">bdm::mlnorm< ldmat, enorm >::A</a>, <a class="el" href="bdmbase_8h_source.html#l00569">bdm::mpdf_internal< enorm< ldmat > >::iepdf</a>, <a class="el" href="square__mat_8cpp_source.html#l00196">bdm::ldmat::invqform()</a>, <a class="el" href="exp__family_8h_source.html#l00711">Lambda</a>, <a class="el" href="exp__family_8h_source.html#l00575">bdm::mlnorm< ldmat, enorm >::mu_const</a>, <a class="el" href="exp__family_8h_source.html#l00715">Re</a>, and <a class="el" href="square__mat_8h_source.html#l00100">bdm::sqmat::rows()</a>.</p> |
227 | | |
228 | | <p>Load from structure with elements:. </p> |
229 | | <div class="fragment"><pre class="fragment"> { <span class="keyword">class </span>= "mpdf_offspring", |
230 | | rv = {<span class="keyword">class</span>=<span class="stringliteral">"RV"</span>, names=(...),}; <span class="comment">// RV describing meaning of random variable</span> |
231 | | <a class="code" href="classbdm_1_1mpdf.html#a5a5f08950daa08b85b01ddf4e1c36288" title="random variable in condition">rvc</a>= {<span class="keyword">class</span>=<span class="stringliteral">"RV"</span>, names=(...),}; <span class="comment">// RV describing meaning of random variable in condition</span> |
232 | | <span class="comment">// elements of offsprings</span> |
233 | | } |
| 226 | <p>Create Normal density with linear function of mean value </p> |
| 227 | <p class="formulaDsp"> |
| 228 | <img class="formulaDsp" alt="\[ f(rv|rvc) = N(A*rvc+const, R) \]" src="form_168.png"/> |
| 229 | </p> |
| 230 | <p> from structure </p> |
| 231 | <div class="fragment"><pre class="fragment"> <span class="keyword">class </span>= 'mlnorm<ldmat>', (OR) 'mlnorm<chmat>', (OR) 'mlnorm<fsqmat>'; |
| 232 | A = []; <span class="comment">// matrix or vector of appropriate dimension</span> |
| 233 | <span class="keyword">const</span> = []; <span class="comment">// vector of constant term</span> |
| 234 | R = []; <span class="comment">// square matrix of appropriate dimension</span> |