Displaying 9 results from an estimated 9 matches for "timep".
Did you mean:
time
2005 Oct 27
3
outer-question
..., alpha=al, beta=bet)
### Since I neither have censoring nor truncation in this simple case,
### the log-likelihood should be simply the sum of the log of the
### the densities (following the parametrization of Klein/Moeschberger
### Survival Analysis, p. 38)
loggomp <- function(alphas, betas, timep) {
return(sum(log(alphas) + betas*timep + (alphas/betas *
(1-exp(betas*timep)))))
}
### Now I thought I could obtain a matrix of the log-likelihood surface
### by specifying possible values for alpha and beta with the given
data.
### I was able to produce this matrix with two for-loops. But I th...
2005 Oct 27
3
outer-question
..., alpha=al, beta=bet)
### Since I neither have censoring nor truncation in this simple case,
### the log-likelihood should be simply the sum of the log of the
### the densities (following the parametrization of Klein/Moeschberger
### Survival Analysis, p. 38)
loggomp <- function(alphas, betas, timep) {
return(sum(log(alphas) + betas*timep + (alphas/betas *
(1-exp(betas*timep)))))
}
### Now I thought I could obtain a matrix of the log-likelihood surface
### by specifying possible values for alpha and beta with the given
data.
### I was able to produce this matrix with two for-loops. But I th...
2008 Feb 26
2
Multiple lines with a different color assigned to each line (corrected code)
Sorry, I just realized I didn't type in the correct
names of the variables I am working with, this is how
it should be:
plot(1,1,type="n")
for (i in summ$tx) {
points(summ$timep[summ$tx==i],summ$mn[summ$tx==i])
lines(summ$timep[summ$tx==i],summ$mn[summ$tx==i])
}
Thank you,
Judith
____________________________________________________________________________________
Be a better friend, newshound, and
2005 Oct 31
1
[R] unvectorized option for outer()
...parametrization of
> >>>>>
> >>>>> Klein/Moeschberger
> >>>>>
> >>>>>
> >>>>>> ### Survival Analysis, p. 38)
> >>>>>>
> >>>>>> loggomp <- function(alphas, betas, timep) {
> >>>>>> return(sum(log(alphas) + betas*timep + (alphas/betas *
> >>>>>> (1-exp(betas*timep)))))
> >>>>>> }
> >>>>>>
> >>>>>> ### Now I thought I could obtain a matrix of the
> >>>...
2000 Mar 16
0
Compilation and solving problem on mips-sony-bsd.
...the second 'struct utimbuf' problem, I have a question. Why is
HAVE_UTIMBUF not used in any *.c or *.h files? Everywhere, 'struct
utimbuf' is used as if it is STANDARD.
My utime(3) says,
NAME
utime - set file times
SYNOPSIS
#include <sys/types.h>
utime(file, timep)
char *file;
time_t timep[2];
while in FreeBSD's man page,
SYNOPSIS
#include <sys/types.h>
#include <utime.h>
int
utime(const char *file, const struct utimbuf *timep)
I think SAMBA should use utime() properly for both old and latest
systems.
Next q...
2000 Sep 28
1
[PATCH] Next cleanup part 4 or 5 by now.=)
...ait /* Use NeXT's wait() function */
wait_pid = wait(&statusp);
status = (int *) statusp.w_status;
return wait_pid;
}
-
-int
-posix_utime(char *filename,struct utimbuf *buf)
-{
- time_t timep[2];
-
- timep[0] = buf->actime;
- timep[1] = buf->modtime;
-
- #undef utime /* Use NeXT's utime() function */
- return utime(filename,timep);
-}...
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
...at stdtime/localtime.c:811
#2 0x00000000004d9152 in tzload (name=<value optimized out>, sp=0x881280,
doextend=1) at stdtime/localtime.c:450
#3 0x00000000004da92d in ast_tzset (zone=0x7f7f741e5bf9 "UTC")
at stdtime/localtime.c:1029
#4 0x00000000004db98c in ast_localtime (timep=0x7f7f8407c500,
tmp=0x7f7f84076ba0, zone=0x0) at stdtime/localtime.c:1142
#5 0x00007f7f741d332f in get_date (s=0x7f7f84086490 "0\005\210", len=256)
at app_voicemail.c:3788
#6 0x00007f7f741dfb1a in leave_voicemail (chan=0x87f5f0,
ext=<value optimized out>, options=0x...
2019 Oct 03
2
[PATCH] Avoiding Dereferencing of NULL pointer
Signed-off-by: krishnaiah bommu <krishnaiah.bommu at intel.com>
---
moduli.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/moduli.c b/moduli.c
index 578fc48..c1fa484 100644
--- a/moduli.c
+++ b/moduli.c
@@ -153,12 +153,14 @@ static int
qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries,
u_int32_t osize, u_int32_t ogenerator, BIGNUM *
2008 Mar 19
0
The use of command 'file.choose' seems to make R console crash (PR#10994)
...NCg==
--0-1806400484-1205889303=:37828
Content-Type: text/plain; name="test.R"
Content-Description: 2319129426-test.R
Content-Disposition: inline; filename="test.R"
filename<-file.choose()
dat<-read.csv(filename)
names(dat)<-c("tag","suv","timep","tx","tv","preg","postg","meang","mr","ki","hfd","fast","bw","dm","td")
dat<-dat[,1:15]
--0-1806400484-1205889303=:37828--