Displaying 20 results from an estimated 2000 matches similar to: "paste("Mus., 10 ", expression(mu)," g", sep="")"
2008 Mar 04
2
grid search
Hi all,
Is there any grid search function to compute the maximum likelihood for a random variable?
thanks,
Samor
---------------------------------
[[alternative HTML version deleted]]
2008 Oct 06
2
stepplr
Hello everybody,
I am trying to install the library stepplr under windows (http://www.maths.bris.ac.uk/R/web/packages/stepPlr/index.html), in order to use the function plr, but I still have problem to find the right link for this purpose!
I am very thankful for your help!
Samor
2010 Feb 24
2
Bimodal distribution
Hello,
Is there any test for bimodality in R that
x <- c(rnorm(1000,0,1),rnorm(1000,3,1))
hist(x,nclass=100)
Thank you in advance for any help.
Regards,
Samor
[[alternative HTML version deleted]]
2011 Apr 11
1
forest + igraph ?
Hello,
Is it possible to have two meta-plots in one graph (not par(mfrow=c(2,1))? But somthing like
library(metafor)
library("igraph")
if (interactive()) {
forest(dat.Treat$RR, ci.lb=dat.Treat$lower, ci.ub=dat.Treat$upper, xlab="Relative Risk",slab=dat.Treat$ID,refline=1)
forest(dat.Control$RR, ci.lb=dat.Control$lower, ci.ub=dat.Control$upper, xlab="Relative
2006 Jan 11
3
Samba as domain controller
hi@all!
i set up a system where samba is a primary and a secondary domain
controller; the authentication is over ldap and everything works fine
but....
i would like to test what happen when the pdc is down and so i shutdown
the smb service on the pdc. the logins from all clients worked well on
the bdc but when i try to join a new machine to the domain, it can't
contact the domain
2007 Oct 01
2
xyplot
Hello,
I am calling the following code with the loop! It makes 3 out graphs but empty! COuld you help me plase on that? Thank you in advance
z1 <- dbConnect(MyData, "something", "A1", "A2")
for (tt in c("xyz", "abc", "m1")) {
message(paste("Here", tt, "!!!"))
mydata <- dbReadTable(z1, tt)
2012 May 21
15
[Bug 50175] New: [regression kernel 3.4] : nouveau detects internal laptop display as "disconnected" / screen is turned off
https://bugs.freedesktop.org/show_bug.cgi?id=50175
Bug #: 50175
Summary: [regression kernel 3.4] : nouveau detects internal
laptop display as "disconnected" / screen is turned
off
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version:
2009 Apr 20
2
About Asterisk 1.6 web GUI
Hi,
I had some experience on Asterisk 1.0.7 and 1.2.0.
Now, I want to do something on the New Release of Asterisk 1.6.xx.
I want to know wheather there are already web GUI for use now in the
release.
Or still nedd integrate some other third part GUI?
Any advice will be appreciated.
Thanks ahead,
Best Regards,
Gary
-------------- next part --------------
An HTML attachment
2007 May 08
3
CentOS cutom kernel compilation
Could any one let me know how can I compile & build CentOS kernel.
In redhat Linux the kernel source ia available under /usr/src/linux
But in CentOS i am getting two directories named as
Kernels and redhat under /usr/src
the directory /usr/src/redhat is having again four subdirectory without any
contents name as BUILD, RPMS, SPECS, SRPM
And
/usr/src/kenrnels is having the the directory
2019 Sep 27
2
Question on target-features
Hi,
In "target-features" list in LLVM-IR, there are "+feature", "-feature". My
question is, does "-feature" is equivalent to not specifying a feature at
all?
For example:
*attributes #0 = { "target-cpu"="znver2" "target-features"="+avx -avx2" }*
Wheather it is equalent to omitting the avx2 from list?
*attributes #0
2004 Jul 19
3
PSTN gateway implementation?
Hello,
I need help in creating a simple PSTN Gateway. This is the scenario:
-I have one client sending me VoIP traffic (they don't have asterisk, so
IAX is out of the picture for me) and I need to validate that traffic
(only accept calls coming from his IP). After that I would terminate the
calls to the PSTN network and keep logs for billing purposes.
-I have a TE405P board and
2009 Oct 31
1
Driver compilation howto.
Hi all.
I currently have to add some drivers during the installation process for
CentOS 4.4 (I mus use this release). As I've heard I need first to compile
the drivers under the same kernel which will be used during install time.
What should I do then? Could anyone provide a link to an appropriate howto?
With regards,
R.
-------------- next part --------------
An HTML attachment was
2016 Mar 08
7
Strange behaviour of iptables in centos 7
Hi
strange behaviour of iptables on a centos 7.0 machine:
The following rule is in the iptables of said machine:
[root at myserver ~]# iptables -L -v -n --line-numbers |grep 175\.
9 9 456 DROP all -- * * 175.44.0.0/16
0.0.0.0/0
[root at myserver ~]#
The corresponding enty in /etc/sysconfig/iptables looks like:
[root at myserver ~]# grep 175 /etc/sysconfig/iptables
2006 Mar 01
3
Voice Activation Level (speex 1.1.11.1)
Sorry.
I forgotten the words volume or loudness.
But it is know as microphone stroke too, i think.
If something can tell me something about that
procedure it would complete my pleasure.
To bring back memories,
i only wanted to know wheather i can change a
variable that holds the sound intensity (loudness)
needet to start "encoding >> sending" if the speex codec
is in voice
2006 May 09
1
Dtrace Script to find instances of a file
hi,
i need to find out no of times a file has been opened,but not yet closed.
i mean if a file has been opened for 2 times ,one for reading and another for writing and the file has not been closed,the script should display the count of total opens and also to check wheather it has been closed r not.
This message posted from opensolaris.org
2006 Feb 02
1
Configuring Meeting Room from Asterisk Manager API
Hi All,
I want to do a three-party conferencing using manager api.
But I found out from the asterisk-users list that I *MUST* use
the meeting room concept.
I wanted to know wheather meeting room can be configured dynamically?
on the fly? Otherwise, configuring meeting room statically is not scalable.
Thanks
Regards,
Somesh S. Shanbhag
---------------------------------
Bring
2008 Apr 20
2
Boot live usb without hard disk,could reduce performance?
This is my situation:
My internal hard disk is broken so I've removed it and thrown it off the window. [Laughing]
So I've installed Debian Live on my usb and next I've downloaded Wine from the repository suggested.
Then I've tried to run Carmageddon II and Soldat.
The setup for both goes ok and they starts good.
The problem is with the hardware accelleration. It's slow, really
2005 Jan 04
2
Where are flags stored?
Hello,
I don't now wheather this is IMAP or actually dovecot-specific, but I
hope you people here knows about this at least: Where are flags like
seen/unseen or e.g. message-priority stored?
My goal is to mark spam or other filtered by procmail as "seen", so that
dovecot doesn't notify MUAs about new mail in IDLE mode.
Are there any mail-headers, so I can set these with
2010 Feb 24
1
Requirement
sorry for asking again and again
my Requirement:
i am connecting to teradata database and i am accessing tables and table
data also, i need generate graphs using that data and also i need to
forecast the results.
for example
i have a table xyz
Store Year Revenue
abc 2010 $557889
def 2010 $697356
i want to draw a barplot and i want to
2019 Sep 27
3
Question on target-features
Ugh, that would be a “yes” then…
--
Krzysztof Parzyszek kparzysz at quicinc.com<mailto:kparzysz at quicinc.com> AI tools development
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Krzysztof Parzyszek via llvm-dev
Sent: Friday, September 27, 2019 10:05 AM
To: Dangeti Tharun kumar <cs15mtech11002 at iith.ac.in>; llvm-dev at lists.llvm.org
Subject: [EXT] Re: