Displaying 20 results from an estimated 145 matches for "cpi".
Did you mean:
api
2008 Jan 21
5
"nonstandard" column names
Hi everyone,
I am sure that this question has been asked here some
time ago but I do not remember the answer and was
unable to find it in the archives...
Below is my question: suppose that I have a data.frame
x and one of it's columns name is "CPI/RPI" (without
quotation marks of course). How can I reference this
column? Neither of x$CPI/RPI or x$"CPI/RPI" work. I
certainly can do x[,which(colnames(x) == "CPI/RPI")]
but there should be a nicer way to do this.
Thank you!
Moshe Olshansky.
2005 Feb 17
1
Fix a bug that causes the encoder to spend way to many bits on keyframes
...n
keyframes and inter-frames.
Index: encoder_toplevel.c
===================================================================
--- encoder_toplevel.c (revision 8940)
+++ encoder_toplevel.c (working copy)
@@ -862,8 +862,8 @@
/* Set key frame data rate target; this is nominal keyframe size */
cpi->Configuration.KeyFrameDataTarget = (c->keyframe_data_target_bitrate *
- c->fps_numerator /
- c->fps_denominator ) / 8;
+ c->fps_denominator /
+...
2004 Aug 17
1
An entire data frame which is a time-series?
...col.names=c("junk", "junk2",
"wpi", "g.wpi", "wpi.primary", "g.wpi.primary",
"wpi.fuel", "g.wpi.fuel", "wpi.manuf", "g.wpi.manuf",
"cpi.iw", "g.cpi.iw", "cpi.unme", "g.cpi.unme",
"cpi.al", "g.cpi.al", "cpi.rl", "g.cpi.rl"))
Now I can do things like:
g.wpi = ts(raw$g.wpi, frequency=12, start=c(1994,7))
and it works fine. One by one, I c...
2004 Sep 15
1
Theora mcomp tuning...
...n of a % bigger, ho hum), most pronounced
at lower quality levels.
Regards,
--Adam
-------------- next part --------------
Index: lib/mcomp.c
===================================================================
--- lib/mcomp.c (revision 7715)
+++ lib/mcomp.c (working copy)
@@ -96,10 +96,10 @@
cpi->MVPixelOffsetY[i] = (cpi->MVOffsetY[i]*LineStepY) + cpi->MVOffsetX[i];
}
-static ogg_uint32_t GetInterErr (unsigned char * NewDataPtr,
- unsigned char * RefDataPtr1,
- unsigned char * RefDataPtr2,
- ogg_uint32_t...
2008 Mar 31
1
Problem creating ogg comment header for theatrical/stage/disco lighting stream
...ggpackB_write(opb, value>>24&0xFF, 8);
}
/* build the comment header packet from the passed metadata */
int libava_encode_comment(libava_state *t, libava_comment *tc, ogg_packet
*op)
{
const char *vendor = libava_version_string();
const int vendor_length = strlen(vendor);
CP_INSTANCE *cpi=(CP_INSTANCE *)(t->internal_encode);
#ifndef LIBOGG2
oggpackB_reset(cpi->oggbuffer);
#else
oggpackB_writeinit(cpi->oggbuffer, cpi->oggbufferstate);
#endif
oggpackB_write(cpi->oggbuffer, 0x81, 8);
_tp_writebuffer(cpi->oggbuffer, "libava", 6);
_tp_writelsbint(cpi-&g...
2005 Mar 02
1
Patch that fixes distortions during static scenes
...changes
that cause this artifact.
Aaron
Index: encoder_toplevel.c
===================================================================
--- encoder_toplevel.c (revision 9007)
+++ encoder_toplevel.c (working copy)
@@ -739,12 +739,12 @@
/* Increment the frames since last key frame count */
cpi->LastKeyFrame++;
+ /* Proceed with the frame update. */
+ UpdateFrame(cpi);
+
if ( cpi->MotionScore > 0 ){
cpi->DropCount = 0;
- /* Proceed with the frame update. */
- UpdateFrame(cpi);
-
/* Note the Quantizer used for each block coded. */...
2013 Jul 19
2
9.2PRERELEASE ZFS panic in lzjb_compress
Hi,
Running 9.2-PRERELEASE #19 r253313 I got the following panic
Fatal trap 12: page fault while in kernel mode
cpuid = 22; apic id = 46
fault virtual address = 0xffffff827ebca30c
fault code = supervisor read data, page not present
instruction pointer = 0x20:0xffffffff81983055
stack pointer = 0x28:0xffffffcf75bd60a0
frame pointer = 0x28:0xffffffcf75bd68f0
2009 Sep 24
2
Downloading data from from internet
Hi all,
I want to download data from those two different sources, directly into R :
http://www.rateinflation.com/consumer-price-index/usa-cpi.php
http://eaindustry.nic.in/asp2/list_d.asp
First one is CPI of US and 2nd one is WPI of India. Can anyone please give
any clue how to download them directly into R. I want to make them zoo
object for further analysis.
Thanks,
--
View this message in context: http://www.nabble.com/Downloading-d...
2004 Aug 21
3
Puzzled at lm() and time-series
...X <- lapply(X, function(x) ts(x, frequency=12, start=c(1994,7)))
lm(y ~ x, X)
and this works fine - whether you do an lm() before or after making ts
objects, it's okay.
But I have a situation where things aren't okay. I have two happy
time-series objects in a data frame:
> M$g.cpi.iw
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1994 11.07 10.94 11.20 10.31 9.81 9.47
1995 9.89 9.81 9.74 9.67 10.29 10.47 11.39 10.92 10.07 10.38 10.31 9.69
... (deleted)
2004 4.35 4.13 3.49 2.23 2.83 3.02 NA...
2003 Jan 16
1
problem with as.data.frame.table
Dear all,
I think that what I want is an as.data.frame.table-object, but see error
message below.
I have a data frame with one tree per row, diaclass tells if it is a small,
mid or large tree
> cpy.tradart[1:5, ]
ObjektID diaclass
1 AX.Grb.1 bigdia
2 AX.Grb.1 middia
3 AX.Grb.1 middia
4 AX.Grb.1 smalldia
5 AX.Grb.1 middia
>
I want a data frame telling no of trees per diameter
2012 Jan 08
2
[LLVMdev] Possible fix for Bug 1388 - CPY instruction emitted on < ARMv6T
Hi,
I've been thinking about ways to get around this in the short term for some time,
http://llvm.org/bugs/show_bug.cgi?id=1388
An end-user workaround is possibly to use at least one register > r7 for the MOV form of the instruction.
In that case, what is listed in the bug as the CPY instruction (which is the ARMv6 version generated if both Rd and Rm are <= r7) will
become a valid MOV
2011 Jan 10
3
Lattice, combine histogram and line graph
Hello everyone,
I have a simple histogram of gasoline prices going back a few years that
I want to insert a line graph of consumer price index (cpi) over the
histogram. I have looked through the "Lattice" book by Deepayan Sarkar
but don't see anything there. How might this be done? An example would
be wonderful.
Current code snippet follows. For example additional field to add as a
line graph would be a cpi calculation like...
2012 Jan 10
0
[LLVMdev] Possible fix for Bug 1388 - CPY instruction emitted on < ARMv6T
Hi Gordon,
You're talking about Thumb mode code here, right? As I understand it, the ARM mode MOV instruction is valid for everything ARMv4 and up. (nit picky side note: CPY is an obsolete mnemonic as of the introduction of unified syntax)
Assuming so, using a high register causes headaches, as R8+ are call preserved registers, and the Thumb push/pop instructions can't reference them.
2009 Jun 11
1
Thusnelda - Floating point exception in encoder_toplevel.c:209
...nd, and it might only happen once every few days so
it's been fun trying to get a backtrace. The crash happens in a fairly
scary block of code, I wouldn't have a clue where to begin trying to fix it!
Here's what gdb has to say about it:
--
#0 0x00007f8d0e3ce515 in oc_enc_select_qi (cpi=0x7f8d0c14f010,
_qti=<value optimized out>, _trial=0) at enc/encoder_toplevel.c:209
209 rderiv=nframes[_qti]*KEY_RATIO[_qti]+drscale;
Missing separate debuginfos, use: debuginfo-install
SDL-1.2.13-7.fc10.x86_64 alsa-lib-1.0.20-1.fc10.x86_64
freetype-2.3.7-3.fc10.x86_64 glibc-...
2013 Mar 19
1
creating a new variable.
Hello, all.
The following is for my own research.
I have attached the relevant data in pdf from Transparency International. I am only interested in the "CPI 2010 scores" column.
I am interested in creating a variable for several of these countries. The idea is, they will become a country level aggregate IV "corruption". I am running models on about 10 countries, individually. The DV will be essentially "democracy" with some...
2013 Mar 28
4
bayesian HLM random effects
Hello, all.
I've been working on this for sometime and was almost at the end/ last chunk of code i would need.... When I received an error. Rather than go to bed and think about it in the morning, I messed with my data and now I am not getting anything. I was up until 4am trying to fix this.
Zip files of my data are attached (the data which ends in 'a' matches with wvsA and the
2013 Dec 17
0
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
...ols.find(Section);
Minor detail in various places in the code. Acronyms should be capitalized, so “CP” instead of “Cp”. Even better would be spelled out names if they’re short enough to make sense in the context of the code.
+void ARMAsmParser::finishParse() {
+ for (ConstantPoolMapTy::iterator CpI = ConstantPools.begin(), CpE = ConstantPools.end(); CpI != CpE; ++CpI) {
+ const MCSection *Section = CpI->first;
+ ConstantPool &CP = CpI->second;
+ MCStreamer &Streamer = getParser().getStreamer();
+ Streamer.SwitchSection(Section);
+ Streamer.EmitLabel(CP.getLabel())...
2003 Sep 01
1
testers needed for CAM INVARIANTS fix
...l, "I",
+ "Minimum CDB size");
+
+ splx(s);
+ }
+
/*
* We have a handler function for this so we can check the values when the
* user sets them, instead of every time we look at them.
***************
*** 658,664 ****
struct ccb_setasync csa;
struct ccb_pathinq cpi;
struct ccb_getdev *cgd;
! char tmpstr[80], tmpstr2[80];
caddr_t match;
cgd = (struct ccb_getdev *)arg;
--- 698,704 ----
struct ccb_setasync csa;
struct ccb_pathinq cpi;
struct ccb_getdev *cgd;
! char tmpstr[80];
caddr_t match;
cgd = (struct ccb_getdev *)arg;
*******...
2011 Dec 06
1
About summary in linear models
...ended summary
like in Gretl.
I will write a example in Gretl
Modelo 1: MCO, usando las observaciones 1968-1982 (T = 15)
Variable dependiente: Invest
Coeficient
St error
t-ratio
p-value
const
377,631
35,0955
10,7601
<0,00001
***
GNP
0,63612
0,055015
11,5627
<0,00001
***
CPI
-9,70228
0,913737
-10,6182
<0,00001
***
Interest
-0,941363
2,21077
-0,4258
0,67927
time
8,49182
3,18142
2,6692
0,02353
**
Average of Dep Var.
276,0067
St Error Dep. Var
117,5827
Squared Sum of remainders
818,6362
Regression standar error
9,047852
R^2
0,99577...
2013 Sep 23
28
[PATCH 0/2] add LZ4 kernel decompression support
Linux 3.11 added respective support, so I think we should follow
suit.
1: xen: add LZ4 decompression support
2: libxc: add LZ4 decompression support
Signed-off-by: Jan Beulich <jbeulich@suse.com>