search for: cge

Displaying 11 results from an estimated 11 matches for "cge".

Did you mean: cfe
2010 Aug 11
0
Computable General Equilibrium (CGE) models in R
Has someone implemented a Computable General Equilibrium (CGE) model in R? Usually such models are coded in GAMS ( a general algebraic solver) or GEMPACK (a solver specifically for CGE models). As it is possible to implement CGE models in the econometric software EViews (Essama-Nssah, B. (2004), Building and Running General Equilibrium Models in EViews, http:...
2012 Feb 01
0
Help on the progam of CGE models
Is Computable General Equilibrium modelling(CGE modelling) possible in R.... Please help as the software which does it is very costly especially for the developing countries scholars like me Thanking You Ayanendu Sanyal Institute for Social and Economic Change Nagarbhavi Bangalore India PIN 560072
2017 Feb 21
1
second ssh connection for the first ssh request
Hi Darren, It is linux 3.10.40.cge-rt38 #1 SMP Fri Jul 22 12:59:33 PDT 2016 i686 GNU/Linux On Tue, Feb 21, 2017 at 3:39 AM, Darren Tucker <dtucker at zip.com.au> wrote: > On Tue, Feb 21, 2017 at 4:19 AM, Sudarshan Soma <sudarshan12s at gmail.com> > wrote: > > Hi I changed sshd_config to run script, .profi...
2009 Feb 14
1
Cambridge Grammar cd (runs with Win 98, NT4 ... not wine?)
Hi everyone, Today I tried to use the CD-ROM that came with my "Cambridge Grammar of English" on Ubuntu 8.10 and Wine 1.1.14 The install went ok, but when I try to run it I get the following error: Code: $ wine start 'C:\Program Files\Cambridge\Cambridge Grammar of English\cge.exe' fixme:exec:SHELL_execute flags ignored: 0x00000100 vwilson at hp-pavilion:~/.wine/drive_c/Program Files/Cambridge/Cambridge Grammar of English$ fixme:ntdll:NtQueryObject Unsupported information class 3 fixme:debugstr:CheckRemoteDebuggerPresent (0xffffffff)->(0x119da7c): Stub! fixme:d3d:...
2011 Sep 20
1
Data
...itted(fit)) gof(fit,c(20,30,40,50)) uncmean(fit) uncvariance(fit) plot(fit,which="all")/ I want to use my data now. I figured out how to load excel sheets. setwd("C:/Users/UserofComputer/Desktop") data <- read.csv2("Dataname.csv",header=T) attach(data) x <- CGE[200:1] dx <- diff(log(x)) How is my "Dataname" now safed? I cant use it as data(dataname) unfortunately. Where is my mistake? Thank you -- View this message in context: http://r.789695.n4.nabble.com/Data-tp3828343p3828343.html Sent from the R help mailing list archive at Nabble.c...
2008 Oct 12
3
Lack of DOS support in wine
I am curious how come Wine has no direct support for DOS but has support for Windows 2,3 & 95 (which required DOS for their installation). I think of Wine as an utility to run legacy software and DOS compromises a big chunk of it. I know I can use Dosbox but it would be better for the end user if one program could run in linux all software made for m$. As a bonus, Dosbox also is open source,
2007 May 28
2
Alcatel - Asterisk setup
Hi all: We are looking for someone with experience in Alcatel PBX - PRI - Asterisk integration Please get in touch off list.. We're wanting to hire a professional subcontractor, developer or company to get around some issues like these: Asterisk shows PRI to Alcatel is up, but when trying to dial from Alcatel to Asterisk results in a disc tone (Asterisk do send calls properly into
2017 Feb 20
2
second ssh connection for the first ssh request
Hi I changed sshd_config to run script, .profile for user cliuser like this: Match user cliuser ForceCommand . /home/cliuser/.profile cat /home/cliuser/.profile #!/bin/sh if [[ "$1" == "-c" ]]; then exit 5 fi trap 'exit' 1 2 3 4 15 ssh -tt secadmin at 127.0.0.1 -p 2024 exit Now, with this, i wanted connections to sshd coming on 2025 to go to 2024 for user
2009 Jan 11
35
SDXC and the future of ZFS
Wouldn''t it be great if the opensolaris community creates a fs fzfs (for flash zfs) that could be the the filesystem for SDXC cards? Two main point for this are already there Sun is a member of SD Card Association and the code writting smart on a flash should be there as well with stuff of l2arc. I think that could give the opensolaris a more visiblie/ markting in the IT space and would
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2008 Jun 16
0
Optimization: rewriting R in C
Hi the job-list, I need help to customize a algorithm. The kernel of my program is about 12 lines (simple and clear indented code), but it uses two loop. I would like to use C code instead. Does someone provide this kind of service? What kind of price? Sincerly Christophe