Displaying 6 results from an estimated 6 matches for "assisstance".
Did you mean:
assistance
2010 Jul 05
2
Function to compute the multinomial beta function?
...ear R-users,
Is there an R function to compute the multinomial beta function? That is, the normalizing constant that arises in a Dirichlet distribution. For example, with three parameters the beta function is Beta(n1,n2,n2) = Gamma(n1)*Gamma(n2)*Gamma(n3)/Gamma(n1+n2+n3)
Thanks in advance for any assisstance.
Regards,
Greg
[[alternative HTML version deleted]]
2012 Aug 01
3
Neuralnet Error
...PL","PW","Output")
print(ir3)
n<- neuralnet(Output~Sepal.Length+Sepal.Width+Petal.Length+Petal.Width,data=ir3,err.fct="sse",hidden=2,linear.output=FALSE)
Output:
Error in neurons[[i]] %*% weights[[i]] :
requires numeric/complex matrix/vector arguments
Any assisstance is appreciated
[[alternative HTML version deleted]]
2006 Feb 22
0
Need help getting value from text_field_with_autocomplete
...r"> </td>
</tr>
I know that the complete_row partial works because I can access it directly
with a valid product code and get the results I am looking for.
However, when going through the view and the auto_complete, the addRow find
method never fires.
Any thoughts and assisstance would be greatly appreciated.
Thanks,
~damon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060222/89aa64d8/attachment.html
2006 Sep 09
0
Use of "ks.test()" function
Dear Colleagues,
I 've I would like to use the ks.test() function, but the documentation says that you can not estimate the parameters from the sample data. Then where do you get these parameters from or How do you get these parameters. I understand that one has to do a simulation to get these parameters, how is it done. Please assisst.
Rgds.
Prospard Gondwe
2006 Apr 06
1
CentOS 3.6 yum update signiture question
...r: You may also check that you have the correct GPG keys installed
[root at susan root]#
-------
I ran yum clean and deleted the file as suggested, with no change.
Does this file use a different key than the others? Is there something else I need to download to
make this work?
Thank you for your assisstance...
markus
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2003 Feb 27
1
ov_open from memory
Hi folks,
i would like to know if it is valid to load a whole .ogg file into memory
and call ov_open like this:
ov_open(NULL, &OggVorbisFile, pRawData, RawDataLen);
An other question is, is it valid to copy some ogg files into one (resource)
file, position the filehandle and use ov_read to read only the ogg file
which starts at the current position of the file handle? (In other words,
does