Differences between revisions 7 and 18 (spanning 11 versions)
Revision 7 as of 2008-06-21 08:01:46
Size: 983
Editor: GlennTarbox
Comment:
Revision 18 as of 2016-08-11 13:21:20
Size: 547
Editor: slelievre
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[TableOfContents]] ## page was renamed from finance
<<Navigation(children,1)>>
Line 5: Line 6:
[[ImageLink(mrw.png)]] <<TableOfContents>>
Line 7: Line 8:
= PEOPLE =
  * [:WilliamStein:William Stein]
  * [:GlennTarbox:GlennTarbox]
[[attachment:mrw.png|{{attachment:mrw.png}}]]

= People =
  * [[WilliamStein|William Stein]]
Line 12: Line 14:
  * [[GlennTarbox|Glenn Tarbox]]
Line 13: Line 16:
= GROUP =
  http://groups.google.com/group/sage-finance
= Mailing list =
  * http://groups.google.com/group/sage-finance
Line 16: Line 19:
= LINKS =
  http://wiki.sagemath.org/GlennTarbox/QuantFin
= Links and quotes =
  * SageFinance/EarlyThoughts
Line 19: Line 22:
= HG REPO = = Fetching and plotting stock market data =
  * https://wiki.sagemath.org/interact/web
Line 21: Line 25:
ghtdak's repo, which he (I) uses internally to sync all my machines, is both a gitweb style http server and a repo
which can be pulled / cloned from. You can't push to it... (you wouldn't want to do that anyway)
----
Line 24: Line 27:
http://tarbox.org:9000

browse away... but if you want to clone / pull, you should read the mercurial docs... but some hints.

If you want a clean all by itself repo with all the history from the beginning of time:

{{{
hg clone http://tarbox.org:9000 sage-ght
}}}

remember about branches. Some helpful commands

 * hg help branches
 * hg help branch
 * hg help clone
 * hg update -C finpatch
CategoryFinance

Quantitative Finance in Sage

attachment:mrw.png

People

Mailing list

Links and quotes

Fetching and plotting stock market data


CategoryFinance

SageFinance (last edited 2016-08-11 13:21:20 by slelievre)