Displaying 2 results from an estimated 2 matches for "deltap".
Did you mean:
delta
2008 Feb 13
1
model construction
...price
that I end up needing to pay. Moreover, I am interested in the "right hand
side" of this relationship since tomorrow, being Valentine's Day, I am
contemplating purchasing a very large number of flowers. So, if
amt = a vector of quantities of flowers bought on various days
deltaP = a vector of the differences between the purchase price and the
posted price on those days
Two simple models might be:
mottle1 = lm( deltaP ~ amt )
or
mottle2 = lm( deltaP ~ amt - 1 )
But, I have the urge to set the model up as follows
mottle3 = lm( deltaP ~ amt - 1, weights = a...
2003 Jan 14
4
specifying a list of files to transfer
Hi,
I don't want to start another --files-from war, but I am attaching
an updated version of my patch to allow you to specify a list
of files to transfer. The normal rsync syntax allows you to specify
a list of SRC files to transfer on the command line. This patch
adds some new options to allow you to instead supply a file that
contains a list of files to transfer.
The previous version of