Displaying 3 results from an estimated 3 matches for "whts".
Did you mean:
whtc
2009 Aug 07
1
Gauss-Laguerre using statmod
...of variable needed when
integrating from -Inf to target is x = target - y_i where y_i is node i.
As such, I can implement the following:
library(statmod)
falsePos <- function(target, m, mu, sigma, sigma_i, Q = 30){
gq <- gauss.quad(Q, kind="laguerre")
nodes <- gq$nodes
whts <- gq$weights
y <- pnorm((target - nodes - m)/sigma_i) * dnorm(target - nodes, mu,
sigma)
sum(y * exp(nodes)* whts)
}
> falsePos(target = 200, m = 250, mu = 300, sigma = 50, sigma_i = 50)
[1] 0.002169317
Which yields the same value as the internal R function. Now suppose I
want to...
2006 May 15
2
login engine error
...usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `run''
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/bin/rake:7
/usr/local/bin/rake:18
gbalaji:~/projects/test/vendor/plugins/login_engine gopalbalaji$
----------------------------------------------------------------
can i know whts the problem with my rake command.
Thanx
g.balaji
--
Posted via http://www.ruby-forum.com/.
2008 Jun 24
2
problem with telnet
...o a nmap on this sserver i dont see the telnet service open
but i hav another 3 centos 5 servers n when i do a nmap on these there is
telnet open
also services file has telnet
no errors in /var/log/secure or /var/log/messages
i also removed telnet server n resinstalled it but the same
wondering whts wrong
apprecite your help
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.