Displaying 7 results from an estimated 7 matches for "10e7".
Did you mean:
107
2012 Dec 16
1
nls for sum of exponentials
...ers A, b, m, n, c
I am using nls to fit the data and I am using DEoptim package to pick the
most optimal start values -
fm4 <- function(x) x[1] + x[2]*exp(x[3] * -dist) + x[4]*exp(x[5] * -dist)
fm5 <- function(x) sum((wcorr-fm4(x))^2)
fm6 <- DEoptim(fm5, lower=c(0,0.1,1,0.1,1), upper=c(10e7, 100, 300,100, 300
), control=list(trace=FALSE))
par2 <- fm6$optim$bestmem
names(par2) <- c("c", "A", "n1", "B", "n2")
fit2 <- nls(wcorr ~ (c + A*exp(n1 * -dist) + B*exp(n2 * -dist)),
start=par2,control
=list(maxiter=1000, warnOnly=TRUE)...
2009 Jul 02
1
module-info vs pci.ids
...sly
that came with the newer driver, including:
10a7 82575EB Gigabit Network Connection
10a9 82575EB Gigabit Backplane Connection
10c9 82576 Gigabit Network Connection
10d6 82575GB Gigabit Network Connection
10e6 82576 Gigabit Network Connection
10e7 82576 Gigabit Network Connection
10e8 82576 Gigabit Network Connection
150a 82576NS Gigabit Network Connection
This particular network chipset is a "10c9"
When looking at the module-info file for the igb driver I see:
igb
eth
"Intel 82575EB Gigab...
2015 Sep 09
0
sample.int() algorithms
...printf("Sample %d from %.0e: %f vs %f seconds\n",
sampleSize, popSize, elapsed1, elapsed2))
}
cat("\n")
}
}
compareSampleTimes()
https://gist.github.com/nkurz/8fa6ff3772a054294531
And here's the output showing the 1000x slowdowns at population sizes
of 10e7 under R-3.2.2:
$ Rscript compareSampleTimes.R
Sample 10 from 1e+05: 0.133000 vs 0.003000 seconds
Sample 10 from 1e+06: 0.931000 vs 0.003000 seconds
Sample 10 from 1e+07: 13.190000 vs 0.003000 seconds
Sample 10 from 1e+08: 0.004000 vs 0.003000 seconds
Sample 10 from 1e+09: 0.004000 vs 0.002000 seco...
2009 Dec 01
2
Starting estimates for nls Exponential Fit
Hello everyone,
I have come across a bit of an odd problem: I am currently analysing data
PCR reaction data of which part is behaving exponential. I would like to fit
the exponential part to the following:
y0 + alpha * E^t
In which Y0 is the groundphase, alpha a fluorescence factor, E the
efficiency of the reaction & t is time (in cycles)
I can get this to work for most of my reactions,
2017 Oct 26
0
not healing one file
Hey Richard,
Could you share the following informations please?
1. gluster volume info <volname>
2. getfattr output of that file from all the bricks
getfattr -d -e hex -m . <brickpath/filepath>
3. glustershd & glfsheal logs
Regards,
Karthik
On Thu, Oct 26, 2017 at 10:21 AM, Amar Tumballi <atumball at redhat.com> wrote:
> On a side note, try recently released health
2017 Oct 26
3
not healing one file
On a side note, try recently released health report tool, and see if it
does diagnose any issues in setup. Currently you may have to run it in all
the three machines.
On 26-Oct-2017 6:50 AM, "Amar Tumballi" <atumball at redhat.com> wrote:
> Thanks for this report. This week many of the developers are at Gluster
> Summit in Prague, will be checking this and respond next
2017 Oct 26
2
not healing one file
...275441C78260C0C38374 (7096f154-682c-4708-a335-010acbbc255c) on home-client-2
[2017-10-25 10:14:04.022795] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/7EC0241DB6D8540755D5382D8F6676A6A0C34DCF (5d87d01c-10e7-4bc0-8e35-219bf8058027) on home-client-2
[2017-10-25 10:14:04.137725] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/860849D3B22E69998CCCD52010E039FDFB945997 (861e6f04-e34d-4713-97aa-ed4e91fb7fe8) on hom...