Displaying 3 results from an estimated 3 matches for "mesn".
Did you mean:
mean
2003 Jan 30
2
mgcv, gam
...t to have a smooth term for time over a year, the same pattern
repeating in succesive years. It would be natural then to impose
the condition s(0)=s(12). Is this possible within mgcv?
I tried to obtain this with trigonometric terms, aca:
> Rot.gam2 <- gam(cbind(Rotavirus,Total)~ s( I(sin((MesN/12)*2*pi)),
bs="cr" )+
+ s( I(cos((MesN/12)*2*pi)), bs="cr" ),
data=na.omit(Rot),
+ family=binomial)
Warning messages:
1: Termwise estimate degrees of freedom are unreliable
but this does not seem to be wholy satisfactory. Especially,...
2011 Oct 13
0
1) A memory leak in drivers/rhino.c 2) Wunused-but-set-variable.patch
...s/rhino.c 2011-10-12 12:24:46.000000000 +0300
@@ -85,12 +85,6 @@ static double const FA = -2; /*
static double const ConstInt = 250; /* Consumo interno sem o carregador */
static double const Vin = 220; /* Tens?o de entrada */
-static int Day, Month, Year;
-static int dian=0, mesn=0, anon=0, weekn=0;
-static int ihour,imin, isec;
-/* unsigned char DaysOnWeek; */
-/* char seman[4]; */
-
/* int FExpansaoBateria; */
/* internal variables */
/* package handshake variables */
@@ -142,19 +136,9 @@ static unsigned char RecPack[37];
#ifdef PORTUGUESE
#define M_UNKN "Mo...
2011 Oct 03
0
patch: Fix [-Wunused-but-set-variable]
...iw, sunday=0, monday=0, tuesday=0, wednesday=0, thursday=0, friday=0, saturday=0;
+ int sunday=0, monday=0, tuesday=0, wednesday=0, thursday=0, friday=0, saturday=0;
unsigned char dweek;
- iw = weekn;
+ /* int iw; iw = weekn; */
printf( UPS_DATE, Year, Month, Day );
printf( SYS_DATE, anon, mesn, dian, seman );
Index: b/drivers/libshut.c
===================================================================
--- a/drivers/libshut.c 2011-05-31 13:36:49.000000000 +0300
+++ b/drivers/libshut.c 2011-08-17 00:23:22.000000000 +0300
@@ -678,7 +678,6 @@ int shut_packet_recv(int upsfd, u_char *
u_sho...