search for: 28no

Displaying 6 results from an estimated 6 matches for "28no".

Did you mean: 28nm
2007 Oct 10
3
(no subject)
Hello, I problem is in the format of the date, my time series is like this: 2006070100 1244 61 62 2006070101 1221 60 60 2006070102 1214 60 60 2006070103 1194 59 59 2006070104 1182 58 58 2006070105 1178 58 58 2006070106 1176 58 58 2006070107 1173 58 58
2009 May 12
2
(no subject)
Hi, I have a question about derivatives of functions. if i have the following function, f <- function(x) x^3-2*x^2+3*x-5 i need a simple function for the derivative of this with respect to 'x', so that i can then sub in values to the the derivative function, and use Newtons method of finding a root for this. Please help. Regards, Kon Knafelman
2009 Sep 12
1
(no subject)
Dear All   I hope you can help me with this small problem. I want to draw a normal distribution line to this data: p<-rnorm(100, mean=50000, sd=3000) hist(p)   Kabeli [[alternative HTML version deleted]]
2010 Jun 04
0
(no subject)
...to a larger value than permitted by the keyframe_granule_shift field (e.g. with TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE). Regards, Stefan ----------------------------------------------- > *>SAHANA DEVARAJU* >sahanadevaraju at gmail.com <mailto:theora%40xiph.org?Subject=%5Btheora%5D%20%28no%20subject%29&In-Reply-To=> />Thu Jun 3 13:33:59 PDT 2010/ > > >Hi all, > >I am working on Libtheora. I have built the libtheora, libogg and libvorbis >static libraries in vc++6. I'm testing the encoder for theora. >I'm running tests on the encoder_example and...
2008 Mar 16
2
(no subject)
Hi, I am trying to use the Fisher scoring method with a geometric distribution, with p = .07, 100 observations from the geom distrib, and 10 iterations. I cannot quite get the code to work. Can anyone see the mistake? n <- 100 p <- 0.07 x <- rgeom(n, p) s <- sum(x) f <- function(x, p) p*(1-p)^x L <- function(p) p^n*(1-p)^s logL <- function(p)
2007 Dec 21
7
missing sourcefile (no such file to load)-- squlite3 error
hi all, i got a problem of no such file to load -- sqlite3, after installing new rails version yesterday... the uninstallation gone through this way... $ gem uninstall rails successfully uninstalled rails-1.2.3 Remove executables and scrips for ''rails'' in addition to the gem ? [Y/n] - then i gave it ''Y'' *** as like it gone