Displaying 7 results from an estimated 7 matches for "cp3".
Did you mean:
c3
2012 Dec 17
3
simplifying code
...th the following:
I have the code:
tin <-0.5
tau <-24
output0 <-10
TIMELOW <-tin
TIMEHIGH <-1*tau
TIME1 <-c(seq(TIMELOW,TIMEHIGH, by = sign(TIMEHIGH-TIMELOW)*(tau-tin)/3))
then I would like to calculate:
cp1 <-output0*exp(-0.3*TIME1[1])
cp2 <-output0*exp(-0.3*TIME1[2])
cp3 <-output0*exp(-0.3*TIME1[3])
cp4 <-output0*exp(-0.3*TIME1[4])
then
plot(TIME1,c(cp1,cp2,cp3,cp4))
is there a way to rewrite the equations for calculating the cp(1 to n) in a "single line" so that the run of the code will produce the vector c(cp1,cp2,cp3,cp4)? At the end, I wou...
2009 Jan 10
1
Setting a contingency table
...al
row1 a b n10
rp1 rp2 100
cp1 cp2 rtp1
---------------------------------------------
row2 c d n20
rp3 rp4 100
cp3 cp4 rtp2
---------------------------------------------
Total n01 n02 n
ctp1 ctp2 100
100 100 100
Suppose
a<-67; b<-10; c<-79; d<-67;
n<-a+b+c+d;
n10<-a+b;
n01<-a...
2009 Jan 12
1
re tail case-pack ordering problem - can R help?
...The retailer must order in whole case packs.
For example,
For a given shoe style, in the color brown, a supplier has the following
case packs available.
Sizes - > XS S M L XL XXL XXXL
CasePack profiles:
cp1 1 3 5 4 2 1 0
cp2 0 2 2 2 0 0 0
cp3 0 2 3 3 1 0 0
cp4 2 4 5 5 4 1 0
And, for a given store, the retailer has determined the following set the
desired quantites of sizes to purchase. (This determination is based on
sales history, and is not at all based on what the case packs for this item
l...
2010 Dec 04
3
Polycom Park by EFK
Has anyone gotten one-touch call parking to work on Polycom phones via
the Enhanced Feature Keys feature working? I've looked at various
examples, they appear correct, but the phones (501, 3.1.x firmware)
show the Park button while in a call but this does not actually cause
the call to be parked. Doing a SIP debug, I don't see that anything is
transmitted as a result of pressing the call
2013 Jun 14
3
[PATCH 0/2] Fix inspection of Fedora guests (RHBZ#974489).
Here is a preliminary fix for this bug.
I'm running the test suite on this now.
Rich.
2009 Jan 15
2
Interface to open source Reporting tools
...b n10
> rp1 rp2 100
> cp1 cp2 rtp1
> ---------------------------------------------
> row2 c d n20
> rp3 rp4 100
> cp3 cp4 rtp2
> ---------------------------------------------
> Total n01 n02 n
> ctp1 ctp2 100
> 100 100 100
>
>
> Suppose
>
> a<-67; b<-10; c<-79; d<-67;...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.