Displaying 2 results from an estimated 2 matches for "dimensi".
Did you mean:
dimensio
2003 Jan 09
2
GAM with Thin plate splines
...e to predict 24 daily load-values.
Therefor I got a dataset with following colums:
24 past daily load-values
6 past daily temperature-values
My goal is to find a model (GAM with thin plate splines) in R.
I found the function "gam" in the R-library "mgcv", but it just fits
one-dimensial splines.
So my question is, either if it's possible to modify this function, if yes
how, or if there is another function that gives me a solution ?
Please send me a mail, if you can help me !
Thanks
2004 Jan 28
1
Problems with multipath routing.
Hi all, I have setup two multipath route tables on my system for doing
failover routing, What I want it''s that if GW at route1 of the MP is dead,
traffic goes by route2, for doing that I have created the multipath routes as
follows:
ip route add table mail.traffic proto static nexthop via ${GW1} dev eth1
weight 1 nexthop via ${GW2} dev eth1 weight 250
But it does not run as I