search for: 1,316

Displaying 11 results from an estimated 11 matches for "1,316".

Did you mean: 1,306
2018 May 16
1
Systemfit Question
...ew(Empdata) str(Empdata) Empdata$gnipc<-as.numeric(Empdata$gnipc) install.packages("systemfit") library("systemfit") pdata <- plm.data(Empdata, index=c("country","year")) install.packages("plm") library("plm") #Simultaneous equation 1 eqprd<- prd ~ in_emp +gnipc eqemp<- in_emp ~ prd inst <- ~ gnipc system<- list(productivity = eqprd, industrialemp = eqemp) fit2sls<- systemfit(system, "2SLS", inst = inst, data = Empdata) #I get an error code when I run the last line #Simultaneous equation 2 eqprd2<- p...
2016 Jan 21
1
[PATCH] tools/virtio: add ringtest utilities
...for tuning virtio ring layouts. Three layouts are currently implemented: - virtio 0.9 compatible one - an experimental extension bypassing the ring index, polling ring itself instead - an experimental extension bypassing avail and used ring completely Typical use: sh run-on-all.sh perf stat -r 10 --log-fd 1 -- ./ring It doesn't depend on the kernel directly, but it's handy to have as much virtio stuff as possible in one tree. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- I have this in my tree at the moment. As this is completely standalone, I think it's r...
2016 Jan 21
1
[PATCH] tools/virtio: add ringtest utilities
...for tuning virtio ring layouts. Three layouts are currently implemented: - virtio 0.9 compatible one - an experimental extension bypassing the ring index, polling ring itself instead - an experimental extension bypassing avail and used ring completely Typical use: sh run-on-all.sh perf stat -r 10 --log-fd 1 -- ./ring It doesn't depend on the kernel directly, but it's handy to have as much virtio stuff as possible in one tree. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- I have this in my tree at the moment. As this is completely standalone, I think it's r...
2018 May 16
0
Systemfit
...size of the data set... the intent here is to increase your understanding, not debug your particular analysis. I will say that I am having a very challenging time understanding what you are trying to accomplish though. What are the equations that you think need to be solved simultaneously? On May 15, 2018 11:22:53 AM PDT, ngwinui Azenui <belinbebs at yahoo.ca> wrote: >OK, Let's try this again! Here is the reproducible script; it is long >because I had to copy the panel dataset here. My question is related to >systemfit; I don't know how to get the result for the entire...
2018 May 15
2
Systemfit
...EmpSur<- systemfit(prd ~ in_emp + ag_emp, method = "SUR", data = pdata) #When I run the code below, I get a table with reults by country? print(EmpSur) #An except of the output from running <print(EmpSur) #caf_(Intercept)?????caf_in_emp??????caf_ag_emp cod_(Intercept)? #?????-0.13243213?????14.25003985?????-8.57346398?????-0.11581997? #?????cod_in_emp??????cod_ag_emp eri_(Intercept)??????eri_in_emp? #?????11.58115777????-13.29628753?????-0.55615848?????23.69284487? #?????eri_ag_emp eth_(Intercept)??????eth_in_emp??????eth_ag_emp? #?????-6.26339787??????0.17436006?????34...
2018 May 15
0
Systemfit
...you attached did not conform to the stringent requirements mentioned in the Posting Guide. Pasting the code right into the email is usually safest, though you DO have to post using plain text (as the Posting Guide indicates) or your code may get mangled by the automatic html format removal. On May 15, 2018 7:04:31 AM PDT, Bert Gunter <bgunter.4567 at gmail.com> wrote: >Unless there is good reason not to, always cc the list -- there are >lots of >smarter folks than I on it who can help. > >I may or may not have time to look at this. Hopefully someone else >will. > &gt...
2018 May 15
1
Systemfit
.... I may or may not have time to look at this. Hopefully someone else will. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, May 14, 2018 at 9:56 PM, ngwinui Azenui <belinbebs at yahoo.ca> wrote: > Hi Bert: > > I have attached a reproducible script. Please let me know if this is > sufficient. > > On Thursday, May 10, 2018, 4:47:00 AM EDT, Bert Gunter < > bgunter.4567 at gmail.com> wrote: >...
2016 Jul 13
3
[PATCH v3 1/2] OCaml tools: add and use a Getopt module
...l | 93 ++++----- customize/Makefile.am | 2 + customize/customize_main.ml | 35 ++-- dib/Makefile.am | 3 + dib/cmdline.ml | 83 ++++---- generator/customize.ml | 104 +++++----- get-kernel/Makefile.am | 2 + get-kernel/get_kernel.ml | 28 ++- mllib/Makefile.am | 10 +- mllib/common_utils.ml | 65 +----- mllib/common_utils.mli | 10 +- mllib/getopt-c.c...
2004 Aug 24
5
MMX/mmxext optimisations
...d. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths