Displaying 20 results from an estimated 200 matches similar to: "pmt"
2006 Oct 18
0
Payment calculations for fixed rate loans (Excel PMT func?)
All,
I need the Ruby equivalent of the Excel PMT function which will
calculate a monthly payment amount given an interest rate, a number of
months, and a present value of the loan amount.
Anyone know where I can find such a beast?
If someone can point me to the formula that Excel uses internally,
that''s fine too. I know it isn''t very complicated, but I def. don''t
2006 Apr 04
3
Financial functions
In what R package(-s) can I find the entire set of financial functions that
you can find in MS-Excel such as PMT, PPMT, FV and IPMT?
Ciao
Vittorio
2006 Feb 27
2
Read IMAP
Hello,
I have a question about IMAP : I want read a IMAP mailbox in my
application.
I have found 2 pages about this :
http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWithActionMailer/versions/203
http://www.codefetch.com/search?qy=login&lang=ruby
But, Rails don''t want use ''net/imap''. So I can''t =(
Thank you for your help
pmt
--
Posted via
2013 Aug 15
1
Announce: Puppet 3.2.4 Available [ Security Release ]
Puppet 3.2.4 is now available. 3.2.4 addresses two security
vulnerabilties discovered in the 3.x series of Puppet. These
vulnerabilities have been assigned Mitre CVE numbers CVE-2013-4956 and
CVE-2013-4761.
All users of Puppet 3.2.3 and earlier are strongly encouraged to upgrade
to 3.2.4.
For more information on these vulnerabilities, please visit
http://puppetlabs.com/security/cve/cve-2013-4761
2010 Jul 06
2
Could not find createData function
Hi,
I am using "*Maanova* package" to do anova. I have created *datafile* with
probeID as the first column, which is a tab limited text file and also
created *designfile*. I have created *readma object* which is named as abf1.
>From that readma object, i have to create data object by using
*createData*function and also i hav to create model object by using
*makemodel* function,
2006 Mar 01
9
ajax doesn''t show at the right place
Hi,
I use link_to_remote to create a link to trigger an
ajax, things work fine, a new rhtml is created,
however, the newly created rhtml doesn''t replace my
old zone, it shows instead on top of my old
zone...Does someone know why???
my code is like
<table>
<tr><td colspan="2"><a href="#" onclick="new
Ajax.Updater(''zone1'',
2012 Mar 19
2
hypergeometric function in ‘ mvtnorm’
Is there any way to know how the "dmvt" function computes the hypergeometric
function needed in the calculation for the density of multivariate t
distribution?
--
View this message in context: http://r.789695.n4.nabble.com/hypergeometric-function-in-mvtnorm-tp4483730p4483730.html
Sent from the R help mailing list archive at Nabble.com.
2011 Dec 22
1
try to silence errors
I am trying to use the dmt function in the package {mnormt}. Throughout my
algorithm, the covariance matrix is sometime calculated to be singular.
When attempting to calculate the dmt function with a covariance that is not
positive definite, I would like it to return Inf or NaN instead of an error
message.
I have been using the try function, however it is not yeilding the desired
result. (I did
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
Hi all,
I am trying to test DirectShow PushSource example from the SDK with
Theora encoder and Ogg muxer (DirectShow filters of course) by using
GraphEdit tool. My goal is capturing the screen as video by taking
snaphot bitmaps continuosly (what PushSource eaxmple does) and giving
them to the Theora encoder through the DS pipeline (next goal is
transmitting this video **).
My DirectShow graph is
2009 Apr 20
1
Matrix package,solve() errors and crashes
Hello All,
I am working on graph object using IGRAPH package wanted to do Bonacich
Power. This is my graph object.
The file 'Graph.RData' (4.2 MB) is available for download at
http://dropbox.unl.edu/uploads/20090424/cfe4fcb854bb17f2/Graph.RData
Graph size
Vertices: 20984
Edges: 326033
Directed: FALSE
No graph attributes.
Vertex attributes: name.
No edge attributes.
When I use
2000 Nov 08
3
state-space models and kalman filter
Hello again,
A different but related question to my last one:
Does anyone know if one can easily estimate state-space models
using ML and the kalman filter using R? I would be especially
interested in a relatively flexible function that would allow for
estimation
of hyperparameters, or could be made to do so.
Thanks
Michael J. Roberts
Resource Economics Division, PMT
USDA-ERS
202-654-5557
2006 Feb 28
4
No action from AJAX link_to_remote...
AJAX & Ruby & Rails newbie here.
I''ve got a link to remote that I believe should be working, but doesn''t
seem in fact to do *anything*. I''m looking at the webrick log, since
the Book says I should be seeing some hot POST action in there, but
there''s literally no change when I click on the JS link. From looking at
the source that''s
2011 Aug 09
8
ANNOUNCE: Puppet Module Tool version 0.3.4
Hi all
We''ve just released version 0.3.4 of the puppet-module tool used to
create and retrieve modules from the Puppet Labs Forge
(http://forge.puppetlabs.com).
You can update using Ruby gems:
$ gem install puppet-module
There are several important changes in this release:
* Add ability to install modules with hyphens
* Add check for symlink when installing
* Install modules to their
2006 Apr 03
0
FPDF and charset
Hi,
I have a little question (that''s why I post ;)
How I can use Fpdf Libraries and view accentued character (?, ?..) which
is in a mysql table ? I have this problem with Windows (not with Ubuntu
=)
Thank you for your attention ;)
Pierre Marchet
pmt(at)tecsas.fr
--
Posted via http://www.ruby-forum.com/.
2011 Apr 07
0
multivariate t distribution
I have been working the the pmt function in the {mnormt} package and which
requires
"S a positive definite matrix representing the scale matrix of the
distribution, such that S*df/(df-2) is the variance-covariance matrix when
df>2; a vector of length 1 is also allowed (in this case, d=1 is set)"
is there a way that I can specify the scale covariance matrix instead? Or
2009 Apr 17
0
Matrix package,solve() errors and crashes"
Hello All,
I am working on graph object using IGRAPH package wanted to do Bonacich
Power. This is my graph object.
The file 'Graph.RData' (4.2 MB) is available for download at
http://dropbox.unl.edu/uploads/20090424/cfe4fcb854bb17f2/Graph.RData
Graph size
Vertices: 20984
Edges: 326033
Directed: FALSE
No graph attributes.
Vertex attributes: name.
No edge attributes.
When I use
2010 Jul 06
0
Error in createData function
Hi,
I am using "*Maanova* package" to do anova. I have created *datafile* with
probeID as the first column, which is a tab limited text file and also
created *designfile*. I have created *readma object* which is named as abf1.
>From that readma object, i have to create data object by using
*createData*function and also i hav to create model object by using
*makemodel* function,
2006 Mar 07
1
Error when trying Rolling with Ruby On Rails
Hi everyone!
Please excuse my ignorance!
I was working through the Rolling with Ruby tutorial to get a feel of
things. Everything seems to work until I tried editing as in the last
example in part 2 when I got the following error -
|Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
|||
Extracted source (around line *#8*):
|5: <body>
6:
2007 Nov 13
0
Difficult to set a quiet formula in maanova
Hi,
I am trying to run an analysis with the package maanova and I am not
getting success.
I suppose that I am wrong on set up the formula, so the issue may not
be related to R, properly.
I have two varieties of plants (V1 and V2). A group of each ones were
treated and another was not treated. After treatment, in three
different time RNA was collected from treated and from not treated
plants for
2006 Jan 30
3
general questions
Agile book lacks some basic information, perhaps I need to learn ruby as
I am lacking information - some basic things - especially debugging.
The following are stupid newbie questions and any portion of them
answered would be great.
1. If I am viewing a page from app/views/clients/ and on this page, I
want to put a ''link_to'' directive to say app/views/case_managers...
how do I