search for: bn1

Displaying 18 results from an estimated 18 matches for "bn1".

Did you mean: b1
2008 Aug 27
0
How to calculate cumulative values for a simple Bernoulli's distribution?
...ot;D","X") *# 1. question: is it possible to put the following creation of x in a nicer form?* x<-c(sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0)) p1<-seq(0, 1, 0.1) # Posterior Bernoulli distribution Bn1<-(p1^x*(1-p1)^(n-x))*choose(n,x) bn1<-as.data.frame(Bn1) # Normalized posterior Bernoulli distribution f1<-1/sum(bn1) nbn1<-bn1*f1 nbn1 # Control check that sum is equal to 1 sum(nbn1) *# 2. question: how can I calculate cumulative values for nbn1 distribution? Was looking for the an...
2010 Jun 28
0
Speex
...s, and doesn't need further development? If the latter, are there any known issues that need to be worked around? Kind regards, Paul ________________________________ Paul Bannister Director Website<http://www.gendis.co.uk/> | Map<http://maps.google.co.uk/maps?f=q&hl=en&q=bn1+9hu&ie=UTF8&z=16&iwloc=addr&om=1> | Contact<http://www.gendis.co.uk/> General Distribution Ltd Paxton House Home Farm Road, Brighton, BN1 9HU tel: tel (outside UK): 01273 811020 +44 1273 811020 -------------- next part -------------- An HTML attachment was scru...
2019 Apr 25
2
Error with dbcheck after upgrade to 4.10.2
...y after upgrading, but this is now occurring on all 3 DCs. regards -- Al Slater Essiell is a limited company registered in England with company number: 1957652 and VAT registered number: GB 760 2433 55. Our registered office is at 5th Floor, Park Gate, 161-163 Preston Road, Brighton, East Sussex BN1 6AU. This message is intended solely for the addressee and may contain confidential information. It may also contain material which is subject to legal privilege. If you have received this message in error please delete it and all copies from your system and notify us immediately by return email. F...
2016 Feb 05
3
Urgently looking for Compiler / Toolchain Developers in Europe for world leading semiconductor company
...can also earn some £’s or €’s! [Description: Description: Description: Description: Description: Logo_new] [http://www.sundrysupplies.com/wp-content/uploads/2014/02/follow-us-on-linked-in1.png] <https://www.linkedin.com/company/european-recruitment-ltd> 39 Upper Gardner Street, Brighton, BN1 4AN, UK. ________________________________ Please consider the environment before printing this e-mail This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please...
2019 Apr 29
1
Error with dbcheck after upgrade to 4.10.2
...gt; >> -- >> Al Slater >> >> Essiell is a limited company registered in England with >> company number: 1957652 and VAT registered number: GB 760 >> 2433 55. Our registered office is at 5th Floor, Park Gate, >> 161-163 Preston Road, Brighton, East Sussex BN1 6AU. >> This message is intended solely for the addressee and may >> contain confidential information. It may also contain >> material which is subject to legal privilege. If you have >> received this message in error please delete it and all >> copies from your sy...
2008 Feb 04
0
xen-utils-3.2-1 xen-hypervisor-3.2-1 on etch
...amp;ct=clnk&cd=1&gl=uk&client=firefox-a Which I think is a cross compiled Ubuntu kernel. I'm guessing that the problems relate to the dom0 kernel being much older than the hypervisor version. -- Giles Westwood, Systems Administrator, Semantico, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE <http://www.semantico.com/> <mailto:Giles.Westwood at semantico.com> <tel:+44-1273-358231> <fax:+44-1273-723232>
2019 Apr 25
0
Error with dbcheck after upgrade to 4.10.2
...DCs. > > regards > > -- > Al Slater > > Essiell is a limited company registered in England with > company number: 1957652 and VAT registered number: GB 760 > 2433 55. Our registered office is at 5th Floor, Park Gate, > 161-163 Preston Road, Brighton, East Sussex BN1 6AU. > This message is intended solely for the addressee and may > contain confidential information. It may also contain > material which is subject to legal privilege. If you have > received this message in error please delete it and all > copies from your system and notify us i...
2017 Jul 11
0
Multivariate random forests in R - how to obtain variance explained for multiple responses in randomForestSRC package - or other package
...yone has any experience of this package ? or how to achieve this in other packages I?d love to hear from you. Hopefully I am missing something obvious. Cheers, Alice --- Dr Alice Eldridge Research Fellow Sussex Humanities Lab, School of Media, Film and Music University of Sussex Falmer Brighton BN1 9RG alicee at sussex.ac.uk<mailto:alicee at sussex.ac.uk> +44 (0) 1273 87 7486 http://www.algorithmiclistening.org/ [[alternative HTML version deleted]]
2009 Mar 01
8
puppet and LDAP users
I am trying to get puppet to manage my LDAP users but I don''t appear to be having much success. What I have in puppet.conf is this [puppetmasterd] ldapserver=ldap.myorg.company.com ldapbase=dc=myorg,dc=org ldapuser=cn=admin,dc=myorg,dc=org ldappassword=mysecret ldapparentattr=dc=myorg,dc=org I added the ldapparentattr in desperation and doubt if
2007 Jun 04
3
Method of specifying tags in the puppetd.conf
...e if i break it. I am currently trying to learn Ruby, so am happy to attempt implementation of this myself, but before I start work on this I thought I''d ask for opinion... Regards, mike -- Mike Pountney, Information Systems Manager, Semantico, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE <http://www.semantico.com/> <mailto:Mike.Pountney@semantico.com> <tel:+44-1273-722222;ext=209> <fax:+44-1273-723232>
2007 Jul 03
3
$operatingsystem variable.
In the documentation, there is an example such as this: case $operatingsystem { sunos: { include solaris } # apply the solaris class redhat: { include redhat } # apply the redhat class default: { include generic } # apply the generic class } I''ve seen the $operatingsystem variable used elsewhere. What actually puts the value into the $operatingsystem variable? Does
2007 May 11
5
dry-run?
Greetings. Long story short ... configuration changes were made to my puppet clients while my puppet server was unavailable. I would like to run puppetd in such a way that it will list what files it would replace, but not actually replace them, so that I can synchronize my server with my various clients. rsync has a -n (--dry-run) option that does this. But I can''t find one in
2009 Jan 22
3
Failure to boot from zfs on Sun v880
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. I am trying to move the root volume from an existing svm mirror to a zfs root. The machine is a Sun V880 (SPARC) running nv_96, with OBP version 4.22.34 which is AFAICT the latest. The svm mirror was constructed as follows / d4 m 18GB d14 d14 s 35GB c1t0d0s0 d24 s 35GB c1t1d0s0 swap d3
2007 Jun 13
3
Facter ''operatingsystemrelease'' fact.
...ease I have access to various releases of the major OSs above, plus Solaris 10 (i386). I figure this should be easy enough, so i''m happy to tackle it as my first foray into Ruby. Thoughts? -- Mike Pountney, Information Systems Manager, Semantico, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE <http://www.semantico.com/> <mailto:Mike.Pountney@semantico.com> <tel:+44-1273-358209> <fax:+44-1273-723232>
2010 Aug 12
14
Puppet system deployment hanging ..
We have successfully installed puppet on a CentOS Server, but I am battling with a deployment. It has to do with grid software. The repository gets created, then begins installation. The problem is that it just hangs - no errors, no network activity. I can see puppet is running, but nothing it being updated. Any pointers ? -- You received this message because you are subscribed to the Google
2007 May 01
7
RFC: Changing variable override
It seems like a very common expectation that the following code would work: class boo { $me = "/something" file { $me: ensure => present } } class yay inherits boo { $me = "/something/else" } Yet, as many have found to their chagrin, it does not work. Should it? I believe I know how I could make this work: Create a single variable namespace for class
2007 Apr 25
17
Multiple swap partitions
I have a machine with two swap partitions (sda2 and sda8). Both will have none as mount point. When I try to use puppet (using mount type) for managing fstab I get problems because "name" in both instances (i.e. mount path) will be "none". How should I fix this within puppet? Regards Halvard Moe
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...xR/TNj9xuM8HSKPV50uMjIdeTFuYPKwQCyITg0zcghu4FrcpYP6hy02fGU44DtmO39XGuCw5mS nyMlDDcNT9qD9ZCwYRVHYkaaw3EoxZ6e4khPsSdjBYIOMZBgyiMpPCXFHsxg8UG9YJfZ0SBmgdUJ qmJ4qbOVxcoqZaMiKxFLh9PYrE5GTsXJMdizL4iEdm5S0/ax0WRnD1AyG9udspPtYWNxl9IXTPpu G3ui7L74wgX6z6Jg8cR2PtuIQ1SsXVk/JtqYClD6lZNrrcMCJiwgGQtorB1b0hgIhB0lmWJbn183 hzfDK2HtKCPdgl3vr3sxY8vC23t3rL9m/aVPb+Dvnnth6h339jHr0nvO/u4ciyid6w4+trV7alkm /+JXA8saBr5665V7u09g6YyXBMl2eNaPsjbMtpd+ac21Ci0dPNDScoGW6qfwxOiDnGD4CwMeI5aJ A1dRpUL/fH5gpDL+gkVYxU8W109yB9UBSgWFbgxL5/mS6EI8hmQgjtscE7CCLyvcvsnJuMuSIAuP tHibZtyJ0LTKGVfXXxkov3Fe88IptYYHnPRL8K3+Qz9xC+egDHyfUVetvXywlEWnAT...