Displaying 13 results from an estimated 13 matches for "heft".
Did you mean:
heat
2004 Sep 01
1
error in mle
Friends
I'm trying fit a survival model by maximum likelihood estimation using this function:
flver=function(a1,a2,b1,b2)
{
lver=-(sum(st*log(exp(a1*x1+a2*x2)))+sum(st*log(hheft(exp(b1*x1+b2*x2)*t,f.heft)))
-(exp(a1*x1+a2*x2)/exp(b1*x1-b2*x2))*sum(-log(1-pheft(exp(b1*x1+b2*x2)*t,f.heft))))
}
emv=mle(flver,start=list(a1=0,a2=0,b1=0,b2=0))
where hheft and pheft are functions defined in polspline package.
My variables are:
t: time
st: censor
x1 and x2: Covariates
I don...
2008 Mar 07
1
Trouble with R CMD check
...changed one line of a package at the source level and then rebuilt it.
When I run R CMD check, I get an error:
installing R.css in C:/polsplineRS.Rcheck
---------- Making package polsplineRS ------------
adding build stamp to DESCRIPTION
making DLL ...
making hareall.d from hareall.c
making heftall.d from heftall.c
making lsdall.d from lsdall.c
making lspecall.d from lspecall.c
making nlsd.d from nlsd.c
making polyall.d from polyall.c
making polymars.d from polymars.c
gcc -Ic:/PROGRA~1/R/R-24~1.1/include -Wall -O2 -std=gnu99 -c
hareall.c -o hareall.o
hareall.c: In function `gremdim...
2003 Sep 22
2
Problems when outgoing source port is altered by router
...erver log.
changing to indirectdata / tcponly is not an option for us, because voice
over ip traffic
without udp is a nightmare :(
any thoughts?
thanks! ;) flx
--
+++ GMX - die erste Adresse f?r Mail, Message, More! +++
Getestet von Stiftung Warentest: GMX FreeMail (GUT), GMX ProMail (GUT)
(Heft 9/03 - 23 e-mail-Tarife: 6 gut, 12 befriedigend, 5 ausreichend)
Jetzt selbst kostenlos testen: http://www.gmx.net
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site: http://tinc.nl.linux.org/
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of
your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition
live OS sounds right up my alley, and I will definitely check it out.
The second partition is working well with `parted' and `fdisk', so I am
quite pleased. Below is, again, "what I came up with". I tried to integrate
each of your
2004 Aug 06
0
ices2 build errors
...c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ices-2.0-Beta2'
make: *** [all] Error 2
thx for your answer
christoph zimmermann
--
+++ GMX - die erste Adresse für Mail, Message, More! +++
Getestet von Stiftung Warentest: GMX FreeMail (GUT), GMX ProMail (GUT)
(Heft 9/03 - 23 e-mail-Tarife: 6 gut, 12 befriedigend, 5 ausreichend)
Jetzt selbst kostenlos testen: http://www.gmx.net
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-dev-reques...
2005 Feb 15
1
7912G via SIP, looking for comments
Hello,
I'm looking for any comments or user experiences from anyone who is
using 7912G phones with SIP. Any installation issues? Usability
problems? Do the features seem to work, etc...In short, I'm looking for
your opinions on how suitable this phone is for an asterisk
implementation for approx. 10 users. Next logical question: what other
phones would you recommend for a situation
2013 Jun 26
2
Syslinux 6.00 released
...e Cumm, 19. aug. 2010
> # braucht "MENU BACKGROUND"-Bild
> include colors.txt
And there's the problem!
When I disable this line all works well (5.11-pre2 and 6.01-pre2).
Contents of such a file:
----------- colors.txt --------------
# von menu title Willkommen zur LinuxUser Heft-DVD 08/2010, Seite A
# http://www.syslinux.org/wiki/index.php/Comboot/menu.c32
# menu color title 1;36;44 #00000000 #00000000 none
# unsichtbar
menu color border 0 #ffffffff #00000000
menu color sel 7 #ff000000 #ffffCA31
# schwarz auf braun
menu color title 0 #ffffffff #00000000
menu color tabm...
2000 Sep 07
0
AW: What's in a name
...gg project has nothing to do with the common surname 'Ogg'. Nor
is it named after 'Nanny Ogg' from the Terry Pratchett book _Wyrd Sisters_.
The 'Thor-and-the-Snake' logo is drawn somewhat from Norse mythology; the
real symbolism is the sine-curve shape of the snake. Thor is hefting
Mjollnir about to compress the periodic signal Jörmungandr... See, it all
makes sense.
Vorbis, on the other hand is named after the Terry Pratchett character from
the book _Small Gods_. The name holds some significance, but it's an
indirect, uninteresting story.
Ogg Vorbis is the current...
2006 Jul 01
4
Start Model for POLYCLASS
Dear all,
I have a question on how to set up the starting model in POLYCLASS and
make sure the terms in the starting model retained in the final
POLYCLASS model.
In the function POLYMARS, this can be done using the STARTMODEL option.
See below for example, I started with model
y= b0 + b1*X1 + b2*X2 + b3*X4 + b4*X5 + b5*X2*X5 + e
> m00 <- matrix(c(
1, NA, 0, NA, 1,
2,
2013 Jun 25
8
Syslinux 6.00 released
On Tue, 25 Jun, at 01:09:47PM, H. Peter Anvin wrote:
> Not really... let's just document "make bios".
There's preliminary documentation in doc/building.txt.
--
Matt Fleming, Intel Open Source Technology Center
2011 Feb 01
10
SSL problems with RoR, MySQL and Apace
Hello All -
This is my first post into this forum and somewhat of a newb
to RoR so I''m hoping someone can help. I currently have a RoR app that
runs on Ubuntu with Apache and Mysql. There are two issues I''m having
and they are causing me to bang my head against the wall.
First one is RAILS_ENV: If I run ruby script/console it says that my
environment is development
2006 Nov 07
2
Comparing models in multiple regression and hierarchical linear regression
I don?t know if this question properly belongs on this list, but I?ll ask it here because I?ve been using R to run linear regression models, and it is only in using R (after switching from using SPSS) that I have discovered the process of fitting a linear model. However, after reading Crowley (2002), Fox (2002), Verzani (2004), Dalgaard (2002) and of course searching the R-help archives I cannot
2006 Jun 21
48
Freelance Rate
Hi,
Not sure where to address this question ... but I guess this is a good
start. I am a freelance Rails developer - and have been developing Rails
apps professionally for about a year now. I just want to get an idea of
what you other freelancers charge yourselves out at. I have been
charging the equivalent of about $28/hour, but get a sense that I
could/should charge a whole lot more. I am