similar to: Kumaraswamy distribution

Displaying 20 results from an estimated 300 matches similar to: "Kumaraswamy distribution"

2009 May 13
11
Simulation
Dear R users, Can anyone please tell me how to generate a large number of samples in R, given certain distribution and size. For example, if I want to generate 1000 samples of size n=100, with a N(0,1) distribution, how should I proceed? (Since I dont want to do "rnorm(100,0,1)" in R for 1000 times) Thanks for help Debbie
2009 May 18
3
(no subject)
Dear R users, Based on a set of binomial sample data, how would you utilize the "nlm" function in R to estimate the true proportion of the population? Thanks. Debbie _________________________________________________________________ [[elided Hotmail spam]] [[alternative HTML version deleted]]
2009 May 13
2
(no subject)
Dear R users, Does anyone know how to graph the function below? sqrt(2)Γ(n/2)/[sqrt(n − 1)Γ((n − 1)/2] Please help. Debbie _________________________________________________________________ Want to stay on top of your life online? Find out how with Windows Live! http://windowslive.ninemsn.com.au/ [[alternative HTML version deleted]]
2009 May 16
1
(no subject)
Dear R users, Does anyone know how to write a function involving derivative? i.e. I want to implementing Newton's method in R, so my function is something like x<- x-y/y' I am not sure how to write y' in my function. Can anyone help? In addition, if I want to implementing newton's method several times, what code should I use? Currently, I use the following code.
2008 May 13
7
Networking issues with OpenSolaris/Dom0 or VMware Fusion
Hi: I got OpenSolaris 2008.05 running as dom0 under VmWare fusion on my MacBook pro. Using the instructions from Dipleep''s blog http://blogs.sun.com/dkumar/entry/how_to_create_domu_in Everything seems okay except the networking. When booting OpenSolaris (without dom0) the pcn0 interface works just fine but when booting Solaris xVM version them pcn0 does not work (ie) I get failures
2011 Feb 03
1
Double user name
I have two samba servers running Ubuntu 10.04 Samba Version 3.4.7 One server acts as domain controller and stores user ids in a .tdb Somehow I've ended up with a duplicate user name. On the Domain Controller # pdbedit -w -L|grep debbie debbie:1005:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:84DEC6FE3B018B0FB977EDDF5009742C:[U ]:LCT-4D4B086F: On the other Server running winbind I get #
2012 Jul 17
0
Maximum Likelihood estimation of KB distribution
Hi, The following distribution is known as Kumaraswamy binomial Distribution. http://r.789695.n4.nabble.com/file/n4636782/kb.png For a given data I need to estimate the paramters (alpha and beta) of this distribution(Known as Kumaraswamy binomial Distribution, A Binomial Like Distribution). For that, in order to use *optim()*, I first declared the Negative Log-likelihood of this distribution as
2003 May 21
3
How to create EXT3 file system image from directories?
Hi there, Is there a utility to create an EXT3 file system image from directories? Just like the mkfs.jffs2 which creates a JFFS2 file system image from directories? The "mke2fs -j" only creates the bare bone file system, what I want is to build an image with pre-built content. Thanks, Debbie
2009 May 13
2
Problems with randomly generating samples
Dear R users, Can anyone please tell me how to generate a large number of samples in R, given certain distribution and size. For example, if I want to generate 1000 samples of size n=100, with a N(0,1) distribution, how should I proceed? (Since I dont want to do "rnorm(100,0,1)" in R for 1000 times) Thanks for help Debbie
2005 Oct 29
2
printing from windows via smb print server
Hi All, I have two boxes running samba 3 on fedora2. Box A is the primary domain controller & smb file server and we (a primary school in QLD, Australia) can login from our windows 98 machines with samba verifying usernames & passwords. This week I've been trying to setup Box B as a print server (and eventually limit students' printing sprees). I've connected the
2009 May 17
1
(no subject)
Dear R users, I incurred some problems with importing data into R. i.e. If I want to import a text file or word file which contains lots of numerical numbers, what function should I use? Please help. Thanks a lot. Debbie _________________________________________________________________ View photos of singles in your area Click Here
2001 Apr 12
1
Assistance
We are getting ready to implement Windows 2000 to approximately 800 users who need to access HP and Sun UNIX servers. We looked at Microsoft's Services for Unix and didn't like it. Hummingbird's NFS Maestro was too expensive. One of our departments (40 users) has been using SAMBA for about a year now. However, I am required to find out where we can obtain support and to see if I
2005 Jun 24
3
domain login problem
Hi, I have a Red Hat AS3 PDC server running Samba 3.0.0. I have Linus workstations and Windows 2000 workstations. Some not all of my Windows 2000 workstations will not let any user login to the domain. Says username or password is incorrect. If you create a local user account on the workstation and login as that user you can get to all shares and there are no problems. I also have a problem with
2007 Apr 18
1
[Bridge] ebtables configuration in 2.6.8 kernel
Hi everyone, I am working on packet filtering at mac layer. I want to use ebtables. I am using Fedora core 2. But I am unable use the ebtables eventhough all the modules are enabled at the time of kernel compilation. Plz suggest me how to use ebtables in Fedora core 2 Phani
2006 Aug 29
1
Repost: System crash on loading gdm revisited
Hello - I never heard back on this and continue to experience this bug. Can someone help me to locate the patch for this so that I can be sure it's included in my source? It's not happening on every boot, but about every other or third. And just as described in the bug report (the boot works OK, but at the end rather than GDM starting nicely, I get a "fuzzy" screen and the
2006 Oct 02
6
Calling All FS Fanatics
Now that I've been enlightened to the terrible write performance of ext3 on my new 3Ware RAID 5 array, I'm stuck choosing an alternative filesystem. I benchmarked XFS, JFS, ReiserFS and ext3 and they came back in that order from best to worst performer. I'm leaning towards XFS because of performance and because centosplus makes kernel modules available for the stock kernel.
2008 May 15
2
xvm packages for 2008.05
It looks like xvm does not come built-in to Indiana 2008.05. Which leads to the obvious questions: 1. is xvm compatible with 2008.05 (looking to evaluate Indiana as Dom0)? 2. which packages need to be installed (still getting used to the IPS package naming structure) Thanks! This message posted from opensolaris.org
2008 Jun 13
3
dynamically change frequency in periodicalUpdater
Hello All, I''ve seen this topic but it seems no one has post a response. I''m using periodicalUpdater to display live content queried from a database. Sometimes the result can be thousands of rows and before it finishes processing (displaying as a visual indicator) all the data, the next request is sent to the server. I''d like to have a periodicalUpdater whose
2017 May 11
4
Using queue priorities to add agents
Hi, I have a scenario that I am failing to implement using the Queue app, but which I had thought would be commonplace... 1) (this bit works fine) I want a queue caller to have access to the basic set of agents initially, with an overflow to additional agents if they are busy - This is done using penalty: queues.conf: member => SIP/dev1,0,Agent1 member => SIP/dev2,0,Agent2 member =>
2006 Aug 30
6
CentOS needs some love at DistroRankings.com
Guys, CentOS is not doing very well at this ranking site: http://www.distrorankings.com/ We need some good foo there, so if you like CentOS, go there and rank us ... {If you don't like CentOS then you are getting sleepy .... sleepy ..... You will not remember anything you read in this message} Thanks, Johnny Hughes -------------- next part -------------- A non-text attachment was