search for: lads

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

Did you mean: labs
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
2006 Aug 28
2
regex scares me
Hi, apologies if this 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
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
No problem -?https://pastebin.com/G8pa3bdE <https://pastebin.com/G8pa3bdE> 6 Sep 2019, 10:28 by samba at lists.samba.org: > On 06/09/2019 09:47, gac wrote: > >> 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
2005 Jun 07
0
Error calling "read.table" from Python
Hello,Everybody, Now I am using R (D)COM Server from Python to manipulate some data. When I try to use "read.table" function to read some data, an error occurred. However these statements work well when they are input to R directly. It is so odd. The Python scripts are as the following, from win32com.client import Dispatch sc=Dispatch("StatConnectorSrv.StatConnector")
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 comparatative reason I would would like to subsume both plots
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 compila...
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
hello all i run dovecot as my imap server on my university and squirrel as webmail. But squirrel returns an error: ERROR : Connection dropped by imap-server CAPABILITY i tail my /var/log/dovecot and this is the output with whatever user i try to 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:
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 supplied by nlm. (there is no na in my dataset.) I
2006 Feb 01
4
Where is the send() function?
Hi, in the tutorial "4 Days on Rails" the following code fragment is used: ,---- | <% for column in Category.content_columns %> | <td><%=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
2006 Jun 08
5
Field names in validators
Hi! Is there a (simple) way to use alternative field names in validation messages? For example, if I have a validator like this one: validates_presence_of :email how can I make it print 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
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 th...
2020 Jul 01
3
help for join AD domain failure troubleshooting
Thank you @Rowland, I tried the new smb.conf file, still no luck with the same error message, I also reboot Linux and try too. ------- Failed to join domain: Failed to set machine spn: Operations 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
2007 Mar 29
0
inherit permisssions in share/dir/subdir
Dear samba users, inherit permissions & g+s works great as a single share for different groups of users. However I'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
2016 Feb 17
2
Can one set the owner of a folder to BUILTIN\Administrators?
On 2/17/2016 10:32 AM, Rowland penny wrote: > On 17/02/16 18:07, Ian wrote: >> Actually, that works for me too. I just issued the command 'chgrp >> "BUILTIN\administrators" CoreLib' and it returned successfully for that >> folder. 'ls -la' shows: >> d---------+ 2 MMIA\domain admins BUILTIN\administrators 5 Dec 8 11:59 >> CoreLib//
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
I imagine the numeric UID is my old boss who left the company a few years ago, and by this point his account has been removed, not just disabled. The only thing contained by the DOMAIN directory is a home directory for each user, which is owned by them. So I don't _think_ this is the problem. The command you suggested returns: winbind_lookup_rids failed: WBC_ERR_DOMAIN_NOT_FOUND The ACLs
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