<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3429" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial color=#0000ff><STRONG>Tem alguma bibliotéca para esta 
função mvnorm?</STRONG></FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">Boa noite a todos.</DIV>
  <DIV><BR></DIV>
  <DIV>Estou trabalhando com a função mvrnorm, passando como 
  parâmetros mvrnorm(n=1, matriz1[1:5202],matriz2[5202:5202]), sendo</DIV>
  <DIV>as matrizes (matriz1 e matriz2) matrizes hipotéticas, onde estão 
  mostrando suas dimensões.</DIV>
  <DIV><BR></DIV>
  <DIV>Em experimentos realizados, estou dividindo as matrizes realizando quatro 
  chamas ao invés de uma como a seguir:</DIV>
  <DIV><BR></DIV>
  <DIV>
  <DIV>1)   mvrnorm(n=1, matriz1[1:2601], matriz2[1:2601, 
  1:2601])</DIV>
  <DIV><BR></DIV>
  <DIV>2)   mvrnorm(n=1, matriz1[1:2601], matriz2[2602:5202, 
  1:2601])</DIV>
  <DIV><BR></DIV>
  <DIV>3)   
  mvrnorm(n=1, matriz1[2602:5202], matriz2[1:2601, 2602:5202])</DIV>
  <DIV><BR></DIV>
  <DIV>4)   mvrnorm(n=1, matriz1[2602:5202], matriz2[2602:5202, 
  2602:5202])</DIV></DIV>
  <DIV><BR></DIV>
  <DIV>O problema está nas chamadas 2 e 3, nas quais estou recebendo seguinte 
  mensagem : " 'Sigma' is not positive definite "</DIV>
  <DIV><BR></DIV>
  <DIV>Alguém pode me auxiliar quanto a essa mensagem?</DIV>
  <DIV>
  <DIV><BR></DIV><BR></DIV>
  <DIV>Obrigado, Carlos Beleti.</DIV>
  <P>
  <P></P>.</BLOCKQUOTE></BODY></HTML>