Displaying 2 results from an estimated 2 matches for "chanigng".
Did you mean:
changing
2006 Jan 06
0
bug rails activerecord association join
...mined from the table name of reflection and self. but that''s
worng because if you use a global prefix or suffix for your tables the
foreign keys will be in format of PREFIX_CLASSNAME_SUFFIX_id which is
wrong, because it breaks the advantage of changing the prefix and
giving it a go without chanigng any field names.. on the other hand
the associations lik @blog.comments work just normal (using
CLASSNAME_id). I fixed the problem by changing the determination of
foreign key from table name to class name as following.
I removed table_name references and replaced them with to_s''s to ge...
2013 Apr 04
0
Std. error normalmixEM using boot.se
...lmix,B=1000)
se$lambda.se
se$mu.se
se$sigma.se
final results:
labmdahat=0.99024
mu1hat=-0.00115
mu2hat=0.040177
sigma1hat=0.01222
sigma2hat=0.00325
My problem is - and thats why I feel uncomfortable about relying on the
values- that the ouput of boot.se(normalmix) varies quite strong. So
without chanigng the code an drerun it (with the same normalmix, so
normalmix is not rerun again) I get different esimates of the standard
errors. I increased the default value for B from 100 to 1000. In the manual
there is nothing said about any other randomness. So where does it com
from? What should I do now?...