search for: inip

Displaying 2 results from an estimated 2 matches for "inip".

Did you mean: ini
2009 Aug 10
1
manipulating text to generate different formulas to use in nls()
...o defining their number I still haven't found a solution (see the following code). ## some fake starting values par.ini <- data.frame(period=1:5, invR=1:5, a0=1:5, Amplitude=1:5, Phase=1:5) n <- nrow(par.ini) - 1 # I'm not interested in the last harmonic inip <- par.ini[1:n, c(1, 3:5)] # neither in the second column amps <- paste("A", 1:n, sep="") phas <- paste("P", 1:n, sep="") freqs <- paste("f", 1:n, sep="") ( premodl <- paste(amps, " * cos(2*pi*...
2003 Nov 21
0
how to get IPFW rules for SMTP server behind NAT server "right"?
...-- Gateway/Firewall is the kernel's BSD ipfw(8) -- gateway box has two ethernet interfaces inif="en1" # internal gateway interface name exif="en2" # external gateway interface name innr="10.0.0.0/24" # LOCAL network range inip="10.0.0.1" # gateway's internal (NAT) IP address exip="any" gateway_server="10.0.0.1" # the gateway/firewall box, 2 interfaces smtp_server="10.0.0.2" # SMTP server behind NAT firewall client_machine="10.0.0.3" # a c...