similar to: code

Displaying 20 results from an estimated 20000 matches similar to: "code"

2007 Nov 24
2
how to compute highest density interval?
Suppose i want to compute a 95% highest density for a beta distribution beta(a,b) the two end points x1 and x2 shoudl satisfy the following two equations: pbeta(x1,a,b)-pbeta(x2,a,b)=95% dbeta(x1,a,b)=dbeta(x2,a,b) Is there any fast way to compute x1 and x2 in R? [[alternative HTML version deleted]]
2013 May 08
1
How to calculate Hightest Posterior Density (HPD) of coeficients in a simple regression (lm) in R?
Hi! I am trying to calculate HPD for the coeficients of regression models fitted with lm or lmrob in R, pretty much in the same way that can be accomplished by the association of mcmcsamp and HPDinterval functions for multilevel models fitted with lmer. Can anyone point me in the right direction on which packages/how to implement this? Thanks for your time! R. [[alternative HTML version
2012 Apr 06
2
Bayesian 95% Credible interval
Hi all, I have the data from the posterior distribution for some parameter. I want to find the 95% credible interval. I think "t.test(data)" is only for the confidence interval. I did not fine function for the Bayesian credible interval. Could some one suggest me? Thanks [[alternative HTML version deleted]]
2023 Apr 12
5
error trying to authenticate from Linux to AD
I'm following the Debian wiki at https://wiki.debian.org/AuthenticatingLinuxWithActiveDirectory since it seems to be the only one I can find and since I'm running Debian/Bookworm on an AMD64 system. I'm in the section "Configure Kerberos" which is near the start. My /etc/krb5.con file (with most comments removed) is: > # cat /etc/krb5.conf > [logging] >
2023 Mar 28
1
clients not connecting to samba shares
On 28/03/2023 16:24, Gary Dale via samba wrote: > On 2023-03-28 04:13, Rowland Penny via samba wrote: >> >> >> On 27/03/2023 23:55, Gary Dale via samba wrote: >>> My Samba setup was working until several months ago. I didn't do >>> anything to it that I can recall but it stopped letting my Windows >>> VMs connect. When I use smbclient to try to
2023 Apr 11
1
clients not connecting to samba shares
On 2023-04-11 04:15, Rowland Penny via samba wrote: > > > On 11/04/2023 00:19, Gary Dale via samba wrote: >> On 2023-04-05 09:56, Gary Dale via samba wrote: >>> On 2023-04-04 19:36, Gary Dale via samba wrote: >>>> On 2023-04-02 02:49, Rowland Penny via samba wrote: >>>>> >>>>> >>>>> On 02/04/2023 04:54, Gary Dale via
2023 Apr 10
1
clients not connecting to samba shares
On 2023-04-05 09:56, Gary Dale via samba wrote: > On 2023-04-04 19:36, Gary Dale via samba wrote: >> On 2023-04-02 02:49, Rowland Penny via samba wrote: >>> >>> >>> On 02/04/2023 04:54, Gary Dale via samba wrote: >>> >>>> I could, but that seems like overkill. A complete second (virtually >>>> identical) system to administer and
2023 Apr 11
1
clients not connecting to samba shares
On 11/04/2023 13:36, Gary Dale via samba wrote: > On 2023-04-11 04:15, Rowland Penny via samba wrote: >> >> >> What 'Debian distribution-specific' installation did you follow ? > The one linked to in AD DC wiki. Where abouts is this link ? I checked here: https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller But couldn't
2011 Jun 19
1
Multivariate HPD credible volume -- is it computable in R?
Hi all, I'm new to the list and am hoping to get some advice. I have a set of multivariate data and would like to find the densest part of the data cloud containing 95% of the data, like a 95% HPD credible volume. Is there any R code available to compute that? Thank you very much! Your help and patience are much appreciated. G.S. [[alternative HTML version deleted]]
2023 Apr 11
1
clients not connecting to samba shares
On 11/04/2023 00:19, Gary Dale via samba wrote: > On 2023-04-05 09:56, Gary Dale via samba wrote: >> On 2023-04-04 19:36, Gary Dale via samba wrote: >>> On 2023-04-02 02:49, Rowland Penny via samba wrote: >>>> >>>> >>>> On 02/04/2023 04:54, Gary Dale via samba wrote: >>>> >>>>> I could, but that seems like overkill. A
2005 Sep 20
3
XP Pro password change problem
I've set up NT domains from scratch and things work. However, in this case I vampired the old settings over to my new Samba PDC from a W2K server which I then removed from the network. Everything almost works, except ... The main thing is that I can't seem to change the domain passwords from the XP Pro workstations. Normally you do Ctrl-Alt-Del and select change password, then fill
2006 Aug 08
1
fixed effects following lmer and mcmcsamp - which to present?
Dear all, I am running a mixed model using lmer. In order to obtain CI of individual coefficients I use mcmcsamp. However, I need advice which values that are most appropriate to present in result section of a paper. I have not used mixed models and lmer so much before so my question is probably very naive. However, to avoid to much problems with journal editors and referees addicted to
2023 Mar 30
2
clients not connecting to samba shares
On 2023-03-29 15:50, Rowland Penny via samba wrote: > > > On 29/03/2023 20:06, Gary Dale via samba wrote: >>> >> Following the advice of >> https://wiki.samba.org/index.php/Distribution-specific_Package_Installation, >> below the installation report after I did a more thorough purging of >> Samba-related stuff. I took the further advice and changed the
2011 Aug 23
1
pMCMC and HPD in MCMCglmm
Dear R users, I?d like to pose aquestion about pMCMC and HDP. I have performed a mixed logistic regression by MCMCglmm (a very good package) obtaining the following results: Iterations = 250001:799901 Thinning interval = 100 Sample size = 5500 DIC: 10.17416 G-structure: ~ID_an post.mean l-95% CI u-95% CIeff.samp ID_an 0.7023 0.0001367 3.678 2126 R-structure: ~units post.mean l-95%
2023 Apr 01
1
clients not connecting to samba shares
On 01/04/2023 16:15, Gary Dale via samba wrote: >> >> The problem is, you shouldn't really have Linux groups per se, you >> should have Windows groups that are also Linux groups i.e. everything >> is in AD. > > That's not a great idea. It would mean I'd have to modify every Linux > system. Possibly > And can Linux groups even have a domain let
2019 May 13
2
Is it possible to reproduce the result of opt -O3 manually?
I think this has to do with how the pass manager is populated when we give -O3 vs when we give particular pass names. Some passes have multiple createXYZPass() methods that accept arguments too. These methods call non-default pass constructors, which in turn cause the passes to behave in a different manner. eg: Pass *llvm::createLICMPass() { return new LegacyLICMPass(); } Pass
2008 Oct 25
2
how to plot chi-square distribution in the graph
if i want to plot the chi-square distribution with a different degree of freedom how can i plot it in the graph?Sometimes i plot the histogram and cut it in a lot of piece.It's distribution like a chi-square.So i want to plot the chi-square with a different degree of freedom to compare it . -- View this message in context:
2023 Apr 12
1
error trying to authenticate from Linux to AD
On 2023-04-12 15:42, Peter Milesson via samba wrote: > > > On 12.04.2023 21:26, Gary Dale via samba wrote: >> I'm following the Debian wiki at >> https://wiki.debian.org/AuthenticatingLinuxWithActiveDirectory since >> it seems to be the only one I can find and since I'm running >> Debian/Bookworm on an AMD64 system. I'm in the section "Configure
2010 Oct 11
2
compare histograms
Hello How to compare  two statistical histograms? How i can know if these histograms are equivalent or not??   Regards [[alternative HTML version deleted]]
2011 Jun 16
2
Bayesian Credible Intervals for a Proportion
I am trying to calculate Bayesian Credible Intervals for a proportion (disease prevalence values to be more specific) and am having trouble using R to do this. I am working with ncredint() function but have not had success with it. Please help! Example: Positive samples = 3 Total sampled = 10 Prevalence = 0.3 pvec <- seq(1,10,by=1) npost = dbinom(pvec,10,prob=0.3, log=FALSE) ncredint(pvec,