search for: lad

Displaying 20 results from an estimated 177 matches for "lad".

Did you mean: load
2006 Feb 08
3
rob var/cov + LAD regression
Hi, after looking around I was not able to get info about these two questions: 1. Is there a function to have a "jackknifed corrected var/cov estimate" (as described in MacKinnon and White 1985) in a standard OLS regression? 2. Does R possess a LAD (Least Absolute Deviation) regression function? Any help? Thanks -- ======================================================== Angelo Secchi PGP Key ID:EA280337
2006 Aug 28
2
regex scares me
...is is too simple but I've been stuck on the following for a while: I have a vector of strings: filenames with a name before the extension and a variety of possible extensions I want to select only those files with: 1) a ".tab" extension AND 2) the character sequence "lad" anywhere in the name of the file before the extension. Surely this won't take long to do, I thought. (But I was wrong.) What's the regexp pattern to specify here? Thanks, Jon Minton [[alternative HTML version deleted]]
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
...9/06 09:43:14.955067,? 0] ../../source3/smbd/service.c:784(make_connection_snum) >> ? make_connection_snum: canonicalize_connect_path failed for service username, path /shares/DOMAIN/domain_username >> --- >> > OK, can you post the ouput of the following commands: > > ls -lad /shares > > ls -lad /shares/DOMAIN > > ls -lad /shares/DOMAIN/<a username> > > Rowland > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
2005 Jun 07
0
Error calling "read.table" from Python
...n scripts are as the following, from win32com.client import Dispatch sc=Dispatch("StatConnectorSrv.StatConnector") sc.Init("R") sc.SetSymbol("dir","D:/wangwm/work/LeafAngle/Py") sc.Evaluate("setwd(dir)") sc.SetSymbol("file","FIFE7184.LAD") #print(sc.Evaluate("file")) sc.SetSymbol("sep",'","') print(sc.GetSymbol("file")) print(sc.Evaluate("getwd()")) print(sc.Evaluate("read.table(file,sep=sep,skip=4)")) The error disappear when commenting the last statement. S...
2005 Apr 21
2
Howto overlay two plots and save them in one pdf file?
Hello, I do have two different plots from LAD and OLS regression objects like this: # LAD regression and related plot rq(formula = SBP ~ Age) f = coef(rq(SBP ~ Age)) pred = f[1] + f[2]*Age plot (Age, SBP) lines (Age, pred) # OLS regression and related plot Pred = lm(SBP ~ Age) plot (Age, SBP) lines (Age,fitted(Pred)) Well for comparatati...
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
I opted for 'remove the SERVER lines' (since I don't remember why they are in there) - but this hasn't changed the behaviour. The log file contains a different error message, but still refers to the incorrect path --- [2019/09/06 09:43:14.955067,? 0] ../../source3/smbd/service.c:784(make_connection_snum) ? make_connection_snum: canonicalize_connect_path failed for service
2010 Dec 06
0
[LLVMdev] [LAD] Project proposition: llvm based dsp engine
...I think the interest, if any, would be in having a *low* level library generic enough to be used by multiple applications, so to factor the work. It may be that an existing project have internally a large part of the needed code, though. >Note also that hosts which run plugins at the level of LADSPA/LV2, >VST, AU, DSSI etc are unlikely to be easy candidates for any >cross-plugin optimization. I was actually talking about two different context, reusing existing binaries, and having cross plugin optimisations for native plugins. But, if the plugins are compiled with a different compil...
2010 Dec 06
1
[LLVMdev] [LAD] Project proposition: llvm based dsp engine
...tem can provide. My own gut feeling on this is that you'd be better off figuring out how to do this in the context of Faust, which already does a important subset of what you are describing, though notably without (I think) the LLVM part. Note also that hosts which run plugins at the level of LADSPA/LV2, VST, AU, DSSI etc are unlikely to be easy candidates for any cross-plugin optimization. I can say for sure that, for example, Ardour3 has an object called a Processor whose ::run() method encapsulates all DSP done within Ardour, but nevertheless it would be more or less impossible to do any...
2004 Nov 13
2
Fatal: chdir(homedir) failed: Permission denied
...log in and view mails: dovecot: Nov 13 17:51:27 Fatal: chdir(/home/epp719) failed with uid 2975: Permission denied dovecot: Nov 13 17:51:27 Error: child 17554 (imap) returned error 89 ---------------------------------------------------------------------- i give the: root@(host edited):/root# ls -lad /home/epp719 drwx---r-x 4 epp719 users 368 2004-11-13 17:49 /home/epp719 and directory exists i tried also changing permissions on dir but same things happen. both .qmail and Maildir exist in the home directory. I attach the dovecot.conf file... any help is appreciated! PS: Sorry about my engli...
2019 Jul 04
4
cannot set filesystem permissions on shares
> >>>> Run this : getfacl /home/users > >>> getfacl: Removing leading '/' from absolute path names > >>> # file: home/users > >>> # owner: root > >>> # group: A\\domain\040admins > >>> user::rwx > >>> user:root:rwx > >>> user:10512:rwx > >>> group::rwx > >>>
2011 Mar 11
3
robust estimation
Hi, I have been looking through all packages but I cannot find a routine for LAD-regression (L1-norm-regression). Is there none? Willi
2003 Jan 15
1
Least Absolute Deviation
Dear all, I try to fit least absolute deviation (LAD) regression with R. I couldn't find any command to carry out LAD. What I am doing now is using nlm() and setting the function argument to minimize the sum of the absolute deviation. But for some data it keeps giving out the error message: Error in nlm(absdev, b.start) : non-finite value supplie...
2006 Feb 01
4
Where is the send() function?
...h category.send(column.name) %></td> | <% end %> `---- Apparently, the send() function returns the column value by name, but where does this function comes from? Unfortunately, neither the tutorial nor the API documentation tell it. -- \ / vlad@hashbang.de \/lad http://www.hashbang.de
2006 Jun 08
5
Field names in validators
...a message like "E-Mail Address can''t be blank" instead of "Email can''t be blank"? I can override the "can''t be blank" part by using the :message parameter, but not the "Email" part. -- \ / vlad@hashbang.de \/lad http://www.hashbang.de
2001 Mar 15
5
Whats all this Linux business anyway?
Alright lads, I'm Rick Masters and I know very little about networks, but for some mad reason I have been given the job of setting up a Linux File Server on an NT network. How the dickens does that work? Anyway I need as much help as you can be bothered to give me. And there is a free pizza in it for t...
2020 Jul 01
3
help for join AD domain failure troubleshooting
...tions error Do you have sufficient permissions to create machine accounts? return code = -1 Freed frame ../../source3/utils/net.c:942, expected ../../source3/libnet/libnet_join.c:506. ------- Thank you @Andrew, We never modified the "10" limit before, it really worked (maybe when Ada is lad)... but about 2 months ago, it suddenly broke. I am suspecting somebody modified security options on AD servers in our team, but nobody claimed that, so we have to try to figure it out painfully :( Thanks
2007 Mar 29
0
inherit permisssions in share/dir/subdir
...;ve found a limitation/bug/shortcoming..... I can't write as a specific group into a sub-sub-directory of a share. I'll step through my working share.... I've got a share with inherit permissions = yes and g+s on directories. I've then got a folder called Knowledge_Transfer ls -lad Knowledge_Transfer/ drwxrwsr-x 2 root ktp 2 Mar 29 10:33 Knowledge_Transfer/ So people who have supplementary group membership of ktp group can read/write to this directory of the share. No one else can.... This is fine. I've then got a folder called Admin. Inside Admin sh...
2016 Feb 17
2
Can one set the owner of a folder to BUILTIN\Administrators?
...sfully. > > Normally a group cannot 'own' files etc, Unix uses ugo permissions and > when you chown a file you would use something like this: In unix, yes this is the case, however in Windows a group can. For instance, this works: chown 'DOMAIN\Domain Admins' CoreLib/ ls -lad CoreLib: d---------+ 2 MMIA\domain admins BUILTIN\administrators 5 Dec 8 11:59 CoreLib// Using kerberos and ldap, there doesn't seem to be anything stopping this. However, if I understand what you're saying, the BUILTIN\* users and groups are part of the unix system that Samba runs on,...
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
...serdir, and then r-x access for their www directory 6 Sep 2019, 10:52 by samba at lists.samba.org: > On 06/09/2019 10:34, gac wrote: > >> No problem - https://pastebin.com/G8pa3bdE >> > Please just post things like this in line ;-) > > root at server:/var/log/samba# ls -lad /shares > drwxr-xr-x 9 root root 4096 Jan 16? 2019 /shares # > > Owner:Group is root:root, but anybody can enter > > root at server:/var/log/samba# ls -lad /shares/DOMAIN > drwxr-xr-x+ 16 1106001204 employees 4096 Sep? 6 09:43 /shares/DOMAIN > > Why a number and not a userna...
2019 Feb 13
3
error on the modificed permission
Thanks rowald: naw optaingĀ  getent group Domain\ Admins domain admins:x:10512:administrator but if I usa administrator to join in the domain i optaing I get that the user does not have the rights to set the permissions to the share wat a war: it dont's want to know :'( Il 13/02/2019 10:37, Rowland Penny via samba ha scritto: > On Wed, 13 Feb 2019 10:11:44 +0100 > marco pirola via