search for: fano

Displaying 4 results from an estimated 4 matches for "fano".

Did you mean: fan1
2008 Aug 07
1
recursive root finding
...rval. The code below illustrates this, by creating a noisy curve with three peaks of different position, magnitude, width and asymmetry: > x <- seq(1, 10, length=500) > exampleFunction <- function(x){ # create some data with peaks of > different scaling and widths + noise > fano <- function (p, x) > { > y0 <- p[1] > A1 <- abs(p[2]) > w1 <- abs(p[3]) > x01 <- p[4] > q <- p[5] > B1 <- (2 * A1/pi) * ((q * w1 + x - x01)^2/(4 * (x - x01)^2 + > w1^2)) > y0 + B1 > } > p1 <- c(0...
2007 Jan 17
1
CIFS / mounting long delay
...19.3) name resolution cifs for better performance I'm just running out of possibilities, googling that I found some related problem (but without solution) to gigabits NICs - and my whole DMZ is 1000 mbps. Can someone please give me a light? I'm just running out of options. Thanks. Stefano Schotten
2007 Dec 30
1
adding a function after package.skeleton()
...g for global variable 'Constants' > * checking Rd files ... WARNING > Rd files with non-standard keywords: > L2eV.Rd: kwd1 kwd2 > constants-package.Rd: physical constants optical > delete.all.Rd: kwd1 kwd2 > eV2L.Rd: kwd1 kwd2 > epsilon2nk.Rd: kwd1 kwd2 > fano.Rd: kwd1 kwd2 > lorentz.Rd: kwd1 kwd2 > nk2epsilon.Rd: kwd1 kwd2 > Each '\keyword' entry should specify one of the standard keywords (as > listed in file 'KEYWORDS' in the R documentation directory). > > See the chapter 'Writing R documentation files' i...
2003 Nov 14
2
Auth problem
Linuxbox with Samba 3.0 has been joined Win2k domain with command "net ads join" & "net rpc join". winbindd & smbd & nmbd started successfully without any error messages. I could use "wbinfo -u" & "wbinfo -g" to get domain user/group list. But I cannot use "genent passwd" to get New mapped uid, it only returned local linux accounts.