similar to: Equations in Word 2007

Displaying 20 results from an estimated 9000 matches similar to: "Equations in Word 2007"

2011 Sep 17
2
Wrong exiting from MS Word + can't save MS Word document
Greetings, gentlemen. I have a problem with MS Office 2007 running and I suppose there's a way to handle with it. When I exit MS Office 2007 Word it gives message that MSXML 5.0 was installed wrong and it offers to save template "normal.dotx". When I cancel saving it offers me to do it one more time and after that it exits. Also, I can't save anything in .doc format. When I
2011 Oct 24
2
PowerPoint + video problem
Greetings, gentlemen. I'm trying to make videos play in PowerPoint 2007. I've installed Windows Media Player via winetricks. When I add video into PowerPoint, only sound plays. I tried to install K-Lite Codec pack. In WMP some videos were playing OK, however PowerPoint crashed during video insertion into presentation. When I removed K-Lite, PowerPoint crashes no more but again I can
2011 Jun 23
0
Loops, Paste, Apply? What is the best way to set up a list of many equations?
Is there a way to apply paste to?list(form1 = EQ1, form2 = EQ2, form3 = EQ3, form4 = EQ4)?such that I don't have to write form1=EQ1 for all my models?(I might have a list of 20 or more)? I also need the EQs to read the formulas associated with them. For example, below, I was able to automate the name assignment but I could not figure out how to?to set up the list using?paste or other
2011 Feb 22
1
System of related regression equations
Dear all, I would like to estimate a system of regression equations of the following form: y1 = a1 + b1 x1 + b2x2 + e1 y2 = a2 + c1 y1 + c2 x2 + c3 x3 + e2 Specifically the dependent variable in Equation 1 appears as an independent variable in Equation 2. Additionally some independent variables that appear in Equation 1 are also included in Equation 2. I assume that I cannot estimate these two
2007 Jul 24
1
Passing equations as arguments
Friends, I'm trying to pass an equation as an argument to a function. The idea is as follows. Let us say i write an independent function Ideal Situation: ifunc <- function(x) { return((x*x)-2) } mainfunc <- function(a,b) { evala <- ifunc(a) evalb <- ifunc(b) if (evala>evalb){return(evala)} else return(evalb) } Now I want to try and write this entire program in a single
2010 Apr 26
1
finite difference scheme for 2D differential equations
Hello everyone, I am trying to solve 2D differential equations using finite difference scheme in R. I have been able to work with the equations with only one spatial dimensions but I want to extend it to the two dimensional problem. For example i can simulate one dimensional diffusion using a code like the following. But I want to write a similar code for,say, a two dimensional diffusion
2005 Oct 27
1
Fitting of Non-Linear Diff Equations and Parameter Estimation
Hello Everybody, I am running R 2.2.0 with Windows XP i am trying to fit nonlinear differential equation to data sets which looks like this: Week N C 0 1 1 1 5 6 2 6.2 12.2 3 59 71.2 4 39 110.2 5 38 148.2 6 44 192.2 7 20.4 212.6 8 19.4 232 9 34.2 266.2 10 35.4 301.6 and i need to fit these data to the following diff equation: dNdt=a*N-b*N*C, dCdt=N^2, Where a=birth rate, b=death rate and N=
2011 Sep 13
1
solving linear equations
I have a dataset X Y1 1200 1.375 4000 0.464 1333.33 0.148 444.44 0.047 148.148 0.014 49.383 0.005 16.461 0.004 I have to find a curve fit for the above dataset based on a 4-parameter logistic equation viz. Y1 = d + ((a-d)/(1+(X/cc)^b)), where X and Y1 are the values above. I need to know how to solve the above equation for values a, b, c, d. -- View this message in context:
2008 Dec 31
3
wine-users Digest, Vol 41, Issue 117
Hi David, I have a copy of Windows that I bought a year or two ago, but never really used it, as I preferred to use Linux. Got it just in case I needed the license, I guess now I can put it to use. Me paying for the Windows copy should include the fonts, right? It's working now, and showing the fonts. Thanks a lot :-D Now all that I have left is to get the characters to attach, and I
2017 Jul 13
0
Question on Simultaneous Equations & Forecasting
Hi Frances, I have not touched the system.fit package for quite some time, but to solve your problem the following two pointers might be helpful: 1) Recast your model in the revised form, i.e., include your identity directly into your reaction functions, if possible. 2) For solving your model, you can employ the Gau?-Seidel method (see https://en.wikipedia.org/wiki/Gauss%E2%80%93Seidel_method).
2018 Jul 11
0
DRS and DNS sync are not working after update from 4.8.2 to 4.8.3
Hi there, I had some off list conversation with Aleksey and wanted to give an update on our findings (s. below). I'm currently preparing a test stack with ldb 1.4.0 (without lmdb support) and samba 4.8.3 build on top of it, to check whether lmdb support causes the mentioned trouble. An on a site note: When compiling ldb 1.4.0 with "--without-ldb-lmdb" a general error
2010 Jan 05
4
solving cubic/quartic equations non-iteratively
To R-helpers, R offers the polyroot function for solving mentioned equations iteratively. However, Dr Math and Mathworld (and other places) show in detail how to solve mentioned equations non-iteratively. Do implementations for R that are non-iterative and that solve mentioned equations exists? Regards, Mads Jeppe
2008 Jul 31
3
Re: how to install BackupPC on CentOS 5.2 -- how do I use Test repository?
Ok, downloading the BackupPC RPM directly did not work to myriad dependencies and sub-dependencies. How do I add the Test repository to my yum config, please? Aleksey On 7/31/08, Aleksey Tsalolikhin <atsaloli.tech at gmail.com> wrote: > Hi. I just installed CentOS for the first time, to make a BackupPC server. > > However, when I try to install BackupPC using yum, I get the
2017 Jul 13
0
Question on Simultaneous Equations & Forecasting
Who was speaking about non-linear models in the first place??? The Klein-Model(s) and pretty much all simultaneous equation models encountered in macro-econometrics are linear and/or can contain linear approximations to non-linear relationships, e.g., production functions of the Cobb-Douglas type. Best, Bernhard -----Urspr?ngliche Nachricht----- Von: Berend Hasselman [mailto:bhh at xs4all.nl]
2017 Jul 12
2
Question on Simultaneous Equations & Forecasting
Hello, I have estimated a simultaneous equation model (similar to Klein's model) in R using the system.fit package. I have an identity equation, along with three other equations. Do you know how to explicitly identify the identity equation in R? I am also trying to forecast the dependent variables in the simultaneous equation model, while incorporating the identity equation in the
2008 Aug 25
1
Displaying Equations in Documentation
I'm currently working on writing up some documentation for some of my code, but am having the darndest time coding in equations. For example, the equation in the following: \details{ Calculated the R Squared for observed endogenous variables in a structural equation model, as well as several other useful summary statistics about the error in thoe variables. R Squared values are
2017 Jul 13
1
Question on Simultaneous Equations & Forecasting
> On 13 Jul 2017, at 12:55, Pfaff, Bernhard Dr. <Bernhard_Pfaff at fra.invesco.com> wrote: > > Who was speaking about non-linear models in the first place??? > The Klein-Model(s) and pretty much all simultaneous equation models encountered in macro-econometrics are linear That's really not true. Klein model is linear but Oseibonsu did not say that explicitly. "Klein
2008 Dec 31
5
BiDi Support
Hi, I was just wondering if anyone could help me with this weird problem. I am trying to install an Arabic program using wine. In order to do so, I run: LANG=ar_SA.utf-8 wine install.exe The title in the title bar comes out correctly, however, whatever content the program might have comes out blank, nothing. I just could not figure out why it came out right in the title bar, but nothing comes out
2017 Jul 13
2
Question on Simultaneous Equations & Forecasting
Frances, I would not advise Gauss-Seidel for non linear models. Can be quite tricky, slow and diverge. You can write your model as a non linear system of equations and use one of the nonlinear solvers. See the section "Root Finding" in the task view NumericalMathematics suggesting three packages (BB, nleqslv and ktsolve). These package are certainly able to handle medium sized models.
2007 Dec 17
2
can R solve these paired equations
Dear: I have a paired equation below. Can I solve (x,y) using R. Thanks! Xin A=327.727 B=9517.336 p=0.114^10 (1-p)*y*(1-x)/x/(1-x^y)=A A(1+(1-x)*(1+y)/x-A))=B [[alternative HTML version deleted]]