Displaying 3 results from an estimated 3 matches for "awps".
Did you mean:
apps
2010 Oct 24
1
Optimize parameters of ODE Problem which is solved numeric
...ke to use instead of fix parameters, intervals. And then, through a minimizing function (minimal error) evaluate the optimal parameters.
In order to have a first try, I picked fix parameters.
a=0.1
b=0.22
d= -0.3
e= -0.4
#parameter vector
parameter <- c(a,b,d,e)
### Initial Values of the ODE
AWPs <- function(PID){
m1<- PID$sato[1]
m2<- PID$hrs[1]
m3<- PID$fim[1]
m4<- PID$health[1]
return(c(m1,m2,m3,m4))
}
AWP <- AWPs(PID)
## before using ode from Package deSolve
SWB <- function (t, AWP, parameter) {
### it didn't save the names of the variables, thats why this st...
2005 Jan 14
1
problems with auto mounted share from Macintosh server on SuSE Linux
I recently switched from using Redhat Linux 9 to SuSE 9.2 Pro and am
having problems with an auto mounted share served from a Macintosh
running Mac OS 10.3.6. I can read from the share without problems.
However, writing to it is a different story.
All the files/folders on the share are owned by janee in the group
janee and have rw owner and group permissions. I've tried playing with
the
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
AUTHORS | 17 ++++++
README | 10 +++
conf/ovirt-agent | 12 ++++
conf/ovirt-db-omatic | 12 ++++
conf/ovirt-host-browser | 12 ++++