search for: 64f81000

Displaying 2 results from an estimated 2 matches for "64f81000".

2000 Nov 09
0
creating dll file
...unction.c > $ dllwrap -o function.dll -mno-cygwin --export-all-symbols function.o > dllwrap: no export definition file provided > dllwrap: creating one, but that may not be what you want > /usr/bin/ld: warning: cannot find entry symbol > __cygwin_dll_entry at 12; defaulting > to 64f81000 > function.o(.text+0x164a):function.c: undefined reference to `random' > function.o(.text+0x168f):function.c: undefined reference to `random' > collect2: ld returned 1 exit status > dllwrap: gcc exited with status 1 > > ----------------------------------------------------...
2000 Nov 09
2
simple mixture
Dear All, I am trying to do some simple mixture analyses. For instance, I have a sample of n observations and I suspect they come from two different exponential distributions with parameters rate1 and rate2, respectively. So, I want to estimate rate1, rate2, and the proportions of both kinds of individuals in the sample. I had a look at the packages mda and mclust, but they do not seem to do this