Displaying 20 results from an estimated 500 matches similar to: "Asking Favor"
2011 Mar 27
6
Asking Favor For the Script of Median Filter
Hello,everybody. My name is Chuan Zun Liang. I come from Malaysia. I am just
a beginner for R. Kindly to ask favor about median filter. The problem I
facing as below:
> x<-matrix(sample(1:30,25),5,5)
> x
[,1] [,2] [,3] [,4] [,5]
[1,] 7 8 30 29 13
[2,] 4 6 12 5 9
[3,] 25 3 22 14 24
[4,] 2 15 26 23 19
[5,] 28 18 10 11 20
This
2011 Aug 27
7
Asking Favor For "Remove element with Particular Value In Vector"
Dear All.
I am Chuan. I am beginner for R.I facing some problem in remove element from
vector.I have a vector with size 238 element as follow(a part)
[1] 0 18 24 33 44..................................[238] 255
Let the vector label as "x",I want remove element "0" and "255".I try use
such function:
x[x>0 & x<255]
However, I am fail since same results
2017 Sep 14
2
Live Register Spilling
> On Sep 13, 2017, at 9:03 PM, jin chuan see via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi All,
>
> Thanks for the reply. I managed to identify and fixed a few errors in my implementation.
>
> However, there are a few errors that i am not sure what is it indicating.
> For starters, i think i should explain what i am trying to achieve.
>
> I am
2017 Sep 12
2
Live Register Spilling
Running llc with '-verify-machineinstrs' may tell you which instruction break the SSA form.
Ruiling
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of jin chuan see via llvm-dev
Sent: Monday, September 11, 2017 10:02 AM
To: Matthias Braun <mbraun at apple.com>
Cc: llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] Live Register Spilling
Sorry about the
2011 Aug 22
2
CDFs
Hello all,
I have two columns of numbers. I would like to do the following:
(1) Plot both cdfs, F1 and F2 on the same graph.
(2) Find smoothed approximations of F1 and F2 lets call them F1hat and F2hat
(3) Find values for F1hat when we substitue a value of x in it.
(4) Find the corresponding densities of the cdfs.
Any ideas?
--
Thanks,
Jim.
[[alternative HTML version deleted]]
2017 Sep 11
3
Live Register Spilling
Hi Matthias,
Sorry for the late reply.
Yes, you are correct, I do have optnone attribute on my function.
I did pass -O0 to the tools.
For your information, my invocations are as below:
clang --target=mips-unknown-linux -mips32 test.c -emit-llvm -S
llc -O0 -march=mips -mcpu=mips32 test.ll -o test.s
Based on the generated .ll file, there is optnone attribute on the function, i
2014 Jun 05
0
Question about voltage threshold setting in NUT
Hey Charles,
Latest update. Looks like in ups.conf I setup default.input.transfer.low =
84. After I took that line out, restart upsdrvctl, upsmon, and upsd, the
command of
sudo upsrw -s input.transfer.low=70 -u * -p * ups
return OK. Still need to verify if it works by using voltage regulator and
will keep you updated.
Thank you for your help
Regards
Shen
On Thu, Jun 5, 2014 at 8:54 AM,
2014 Jun 05
2
Question about voltage threshold setting in NUT
Hey Charles,
Looks like after take out default.input.transfer.low, upsrw script *DOES*
work, the only thing for Eaton 3S 500 is that it is only accept certain
voltage values for input.transfer.low, 84v and 96v are two of them.
Otherwise the value never gets picked up.
Thank you for all your help
Shen
On Thu, Jun 5, 2014 at 12:07 PM, Shen Chuan <shen at minutekey.com> wrote:
> Hey
2014 Jun 05
2
Question about voltage threshold setting in NUT
Hello Charles,
Thank you so much for your help. Just run upsc and it is possible that
input.transfer.low is the one because we used power regulator to bring down
the power around 84v and then the ups sent the power loss message to PC. Do
you think some others may take effect for the low voltage? Just have the
upsc result attached.
Then I retried input.transfer.low, default.input.transfer.low,
2014 Jun 04
2
Question about voltage threshold setting in NUT
Hello Charles,
Thank you so much for your reply.
Yes. 40v was too low. In windows, those range started from 76v, 85v, and
96v. Just tried upsrw command to modify input.transfer.low and
input.transfer.boost.low. There were some error messages returned. Tried
another one battery.charge.low and it returns ok.
$ sudo upsrw -s input.transfer.low=70 -u * -p * ups
Unexpected response from upsd: ERR
2014 Jun 18
2
Question about recycle power of Tripp Lite UPS
Hello Charles,
Thank you for your comment. Just tried to use ups.delay.shutdown to
postpone the UPS shutdown. The thing is that if the PC shutdown first, then
the UPS, it wasn't able to send "shutdown.reboot" any more because
everything is power off after the UPS shuts down.
Also play on the watchdog for Tripp Lite. Looks like it has the command of
reset.watchdog but not
2018 Nov 19
2
Non-relocating GC with liveness tracking
Thanks for reviving this.
I completely forgot the details but I resolved this problem. Looking though
the code, seems I forked RewriteStatepointsForGC pass, and change it to
adding 'gc-livevars' bundle to the call/invoke inst after finding the
livevars, instead of changing it to StatepointCall intrinsic.
On Wed, Nov 14, 2018 at 11:48 AM Philip Reames <listmail at philipreames.com>
2000 Apr 11
1
How to perform a stepwise selection of the best models for gee?
Hi,
How to perform a stepwise selection of the best models for gee?
Why can't step() do this job?
Thanks.
Sincerely Yours,
Jinn-Yuh Guh, M.D.
Dept. of Internal Medicine
Kaohsiung Medical College
100 Shi-Chuan 1st Road
Kaohsiung, Taiwan
FAX: 886-7-312-2810
e-mail: jyuh at mail.nsysu.edu.tw
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Jun 04
0
Question about voltage threshold setting in NUT
On Jun 3, 2014, at 5:16 PM, Shen Chuan wrote:
> We have an Eaton 3S 550 UPS using NUT tool to send power loss event. By default the power voltage threshold is set to 85 volts. If the voltage is less than 85 volts, it will trigger ONBATT event from NUT. Is there a way in NUT we can change the threshold from 85 volts to a lower voltage like 40 volts?
It might be possible with upsrw - try
2014 Jun 05
0
Question about voltage threshold setting in NUT
On Jun 4, 2014, at 6:38 PM, Shen Chuan wrote:
> $ sudo upsrw -s battery.charge.low=70 -u * -p * ups
> OK
Not sure this does what you originally asked, though.
Does upsc show any settings related to sensitivity?
--
Charles Lepple
clepple at gmail
2010 Nov 17
2
How to catch warnings
Hello when my code executes I receive the message that were some warnings. I want to catch warning messages at run time so to print some local variables and try to understand why this warning happens.
I searched on internet and I tried withCallingHandlers(
which seems to work but as I used Rkward the result is awful. I get a prompt to copy paste a value only while at the same time my background
2010 Sep 23
3
accumulation curves
Hi,
I am trying to fit a logarithmic trendline to a scatterplot of a
species accumulation curve. I've tried abline, lines, curve and
scatter.smooth but none of these work.
Can anyone help please,
Kyran
2011 Jan 11
3
Generation of Normal Random Numbers
Dear R helpers
I have a data frame as given below
df = data.frame(A = c(776,827,836,995,855,1026,1203,1363,965,1195),
B = c(806,953,1049,1056,1243,764,1148,1162,948,1154),
C = c(959,1155,1193,1163,863,1070,1087,877,1132,944),
D = c(906,760,978,1170,1009,883,1007,960,828,113))
# Actually the real data has number of vectors and
2014 Jun 18
0
Question about recycle power of Tripp Lite UPS
[moving this to nut-upsuser, since other users of Tripp Lite equipment may have specific experience with this.]
On Jun 17, 2014, at 7:51 PM, Shen Chuan <shen at minutekey.com> wrote:
> We are trying to develop a mechanism to power cycle Tripp Lite UPS. When we checked the upscmd, looks like the only command we can use is shutdown.reboot(sudo upscmd -u user -p password ups
2010 Aug 07
2
R: Confidence Intervals for logistic regression
a closer look to the help on predict.glm will reveal that the function
accepts a 'type' argument.
In you case 'type = response' will give you the results in probabilities
(that it seems to be what you are looking for).
There also is an example on use of the 'type' argument at the end of the
page.
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org