Displaying 7 results from an estimated 7 matches for "fittest".
Did you mean:
jittest
2003 Mar 25
1
Help : stablereg parameter interpretation
...rameter i.e. the mean is obvious.
For example:
set.seed(1234)
# Simulate normal data with mean 5 and sd 2 using rstable> normal5.2<-rstable(10000,loc=5,disp=2/sqrt(2),skew=0,tail=2)
mean(normal5.2)
[1] 5.010073
sd(normal5.2)
[1] 2.005362
# summary(lm(normal5.2~1)) yields similar results
fittest<-stablereg(y=normal5.2,loc=~1,disp=~1,iloc=5,idisp=2/sqrt(2),iskew=0,itail=2,oskew=F,otail=F)
# Normal model, as skew=0 and tail=2
yields :
Call:
stablereg(y = normal5.2, loc = ~1, disp = ~1, iloc = 5, idisp = 2/sqrt(2),
iskew = 0, itail = 2, oskew = F, otail = F)
-Log likelihood...
2002 Mar 25
1
Viruses
Can somebody install an attachment filter on the listserv?
Please?
--
John Hardin <johnh at aproposretail.com>
Internal Systems Administrator voice: (425) 672-1304
Apropos Retail Management Systems, Inc. fax: (425) 672-0192
-----------------------------------------------------------------------
"Rather than form a
2013 Dec 01
1
[PATCH v2 0/4] efi: PE header generation fix
Here are the fix as suggested.
For patch 2/4 I chosed to hardcore the value 512 instead of computing the
fittest needed value. There are 3 reasons for that.
- The header size may not need to be bigger than this in a near future.
- There is an test in case increasing the header size would be needed.
- It would make the code quite more complex to keep a consistent value
for all the fields when the header size i...
2005 Jun 03
6
Livevoip 800 Choppy Audio
I just signed up with livevoip for 800 DID and have very choppy audio. From
PSTN to my asterisk is ok but
asterisk to PSTN is terrible. I am using IAX and was assigned to server
iax01.nyc.*. I do not believe it is
a bandwidth problem on my end and I have no problems using iax with
gafachi. I opened a ticket with
livevoip but no response yet. Would I be better off using sip with them? Is
there
2009 May 21
2
Naming a random effect in lmer
Dear guRus:
I am using lmer for a mixed model that includes a random intercept for a
set of effects that have the same distribution, Normal(0, sig2b). This set
of effects is of variable size, so I am using an as.formula statement to
create the formula for lmer. For example, if the set of random effects has
dimension 8, then the lmer call is:
Zs<-
2005 Jun 26
30
LiveVoip is Bankrupt
So it looks like Livevoip went Bankrupt
-------------------------------------------
There is a Federal Court Order in place and has been since Friday early a.m. ALL Suppliers are now under a Court Order that prevents them from terminating any and all services to LiveVoip LLC. If they take such any action they will be in direct
violation of a U.S. Federal Court Order. If you have any questions
2013 Nov 27
20
[PATCH 0/4] efi: PE header generation fix
The PE headers of the generated efi file were quite buggy. And since OVMF
perform a few consistency checks, syslinux was unable to run on it. I don't
pretend to have a thorough understanding of the PE+ headers, some bugs may
remain. :)
Celelibi (4):
efi: Fix PE header field rva_and_sizes_nr
efi: Location, size and alignment of .text section
efi: Useless relocations in PE file
efi: PE