Displaying 20 results from an estimated 600 matches similar to: "Problems with APC Smart-UPS 1500 USB and, newhidups"
2006 Aug 25
1
Problems with APC Smart-UPS 1500 USB and newhidups driver
Whenever I try to use the newhidups driver with my new UPS I get the following
message:
#/lib/nut/newhidups -DDD -a SmartUps1500
Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.4)
debug level is '3'
[...skip unrelevant device...]
Checking device (051D/0002) (001/005)
- VendorID: 051d
- ProductID: 0002
- Manufacturer: American Power Conversion
- Product: Smart-UPS 1500 FW:601.3.I USB
2006 Aug 25
1
Problems with APC Smart-UPS 1500 USB and, newhidups driver
Paolo,
Try
sudo /lib/nut/newhidups -DDD -u root -a SmartUps1500
newhidups would only run on my computer if I ran it using sudo and as
root user. I know this indicates a problem with the USB permissions,
but I could not, for the life of me, get the permissions to change when
I plugged the UPS in. I know this isn't a true fix, but it worked for me.
--
~Brian Foster
2006 Sep 20
0
[LLVMdev] bug? c backend produces code rejected by gcc4.0.1: array type has incomplete element type
It seems very similar to http://llvm.org/bugs/show_bug.cgi?id=737 .
You might want to check if it's the same problem. If not, then please
create a new bug report.
-bw
On 9/20/06, Samuele Pedroni <pedronis at strakt.com> wrote:
> The C backend can currently (recent head) produce code with such patterns:
>
> /* Global Declarations */
> /* Structure forward decls */
>
2006 Sep 20
0
[LLVMdev] bug? c backend produces code rejected by gcc4.0.1: array type has incomplete element type
On Wed, 20 Sep 2006, Samuele Pedroni wrote:
> The C backend can currently (recent head) produce code with such patterns:
> gcc 4.0.1 will reject this with
> example.c:7: error: array type has incomplete element type
>
> this kind of code was accepted by previous versions of gcc as a fragile
> extension, but is no longer at least in 4.0.1 .
>
> is this known? should I file
2006 Sep 19
1
help on dirichlet distribution
Dear Gregory R. Warnes,
I'm a phd student in statistics, at the University of Milano Bicocca.
I'm interested to the methods of estimate the parameters of the Dirichlet distribution.
Do you have implemented an algorithm in R?
If so, can you give me the script? or, in general, some helps?
Best Regards
Gianna
---------------------------------------------------------------
Gianna Monti
2009 May 21
1
Rpart - best split selection for class method and Gini splitting index
Dear R-users,
I'm working with the Rpart package and trying to understand how the
procedure select the best split in the case the method "class" and the
splitting index "Gini" are used. In particular I'd like to have look to the
source code that works out the best split for un unordered predictor.
Does anyone can suggest me which functions in the sources I should
2006 Sep 20
4
[LLVMdev] bug? c backend produces code rejected by gcc4.0.1: array type has incomplete element type
The C backend can currently (recent head) produce code with such patterns:
/* Global Declarations */
/* Structure forward decls */
struct l_structtype_s;
/* Typedefs */
typedef struct l_structtype_s l_fixarray_array3[3]; /* problematic
declaration */
typedef struct l_structtype_s l_structtype_s;
/* Structure contents */
struct l_structtype_s {
int field0;
};
gcc 4.0.1 will reject this with
2006 Nov 24
1
Splitting criterion in tree and rpart
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061124/6ac3d11f/attachment.pl
2011 Apr 12
2
a question on the use of 'solve'
Dear R users,
I am in trouble using the function
solve(matrix)
in a loop.
When it happens that I have a singular matrix, I get an error message saying
so and the loop stops.
My question is if there in any way to keep on going in the loop.
Thank you in advance,
Laura
*---------------------------------------------------------*
Laura Antolini, PhD
Department of
2007 Jan 03
1
User defined split function in Rpart
Dear all,
I'm trying to manage with user defined split function in rpart
(file rpart\tests\usersplits.R in
http://cran.r-project.org/src/contrib/rpart_3.1-34.tar.gz - see bottom of
the email).
Suppose to have the following data.frame (note that x's values are already
sorted)
> D
y x
1 7 0.428
2 3 0.876
3 1 1.467
4 6 1.492
5 3 1.703
6 4 2.406
7 8 2.628
8 6 2.879
9 5 3.025
10 3 3.494
2009 Jun 04
0
ordered Twoing criterion in classification trees
Dear R users,
I'm using the rpart package to build classification trees. I'm interested in
implementing the ordered Twoing as a splitting criterion.
Does anyone have experience with this task ?
Thank you for your help
Paolo
Paolo Radaelli
Dipartimento di Metodi Quantitativi per le Scienze Economiche ed Aziendali
Facolt? di Economia
Universit? degli Studi di Milano-Bicocca
Via Bicocca
2009 May 14
0
Rpart - user defined split functions
Dear all,
I'm writing my own method to be used in Rpart by defining the list of
functions named init, split and eval. I'm following the example given in the
file 'tests/usersplits.R' in the sources.
By now I'm able to define the split function (and it works correctly in the
tree construction) while I have some problems with the init and the eval
function.
The task I'm
2009 May 26
0
cross-validation in rpart
Dear R users,
I know cross-validation does not work in rpart with user defined split
functions. As Terry Therneau suggested, one can use the xpred.rpart function
and then summarize the matrix of the predicted values into a single
"goodness" value.
I need only a confirmation: set for example xval=10, if I correctly
understood a single column of the matrix obatined by xpred.rpart gives
2008 Oct 23
0
FMOLS
Is anyone aware of an R package that implements Pedroni's FMOLS (Fully
Modified Ordinary Least Squares) package, for panel data with
non-stationary and co-integration?
2011 Oct 07
0
Repeated Measures Regression
Dear list,
I'm trying to calculate a regression on a dataset with repeated measures. I tried to look for an example on the web and in Pinheiro and Bates "Mixed-Effects Models in .. " book.
However, I' m not sure wether the regression model I'm using is the "right" one. I'm very thankful for any suggestions!
Ok, here's what I'm trying to do:
First, the
2009 Jun 09
3
rpart - the xval argument in rpart.control and in xpred.rpart
Dear R users,
I'm working with the rpart package and want to evaluate the performance of
user defined split functions.
I have some problems in understanding the meaning of the xval argument in
the two functions rpart.control and xpred.rpart. In the former it is defined
as the number of cross-validations while in the latter it is defined as the
number of cross-validation groups. If I am
2005 Aug 29
0
[LLVMdev] PyPy release 0.7.0 announcement
pypy-0.7.0: first PyPy-generated Python Implementations
==============================================================
What was once just an idea between a few people discussing
on some nested mailing list thread and in a pub became reality ...
the PyPy development team is happy to announce its first
public release of a fully translatable self contained Python
implementation. The 0.7 release
2004 Jan 28
5
Julian dates
Hi all,
I have problems with years of dates using "chron" package.
I don't understand why R by this istruction:
> dates("01/02/29",out.format="d/m/year")
[1] 02/Jan/2029
> dates("01/02/30",out.format="d/m/year")
[1] 02/Jan/1930
reads "29" as 2029
and "30" as 1930. How could I change to read "00" to
2007 Mar 06
1
APC SmartUPS 1500 not working for newhidups and usbhid-ups
Hi,
Can't get newhidups (2.0.5) or usbhid-ups (SVN trunk) to work
2.0.5 hidups seems to work, but I was hoping for more information...
like temperature, etc.
Tried newhidups and usbhid-ups, but they don't seem to detect my UPS...
should I switch back to serial? Will I get more information? (trying not
to move back to apcupsd, since i have a mixed environment)
Here is some debug
2005 May 20
0
[LLVMdev] PyPy 0.6 released
Hi LLVM-dev!
I have been working for a few months on an experimental LLVM backend for
the PyPy project and I thought you might be interested in the fact that
we just did our first public release, which includes it (see release
announcement below).
Regards
Carl Friedrich
The PyPy 0.6 release
--------------------
*The PyPy Development Team is happy to announce the first
public release