Pinned Repositories
AngleBetweenVectors.jl
An accurate and stable calculation of the angle separating two vectors.
ArbNumerics.jl
extended precision math, accurate and performant
FastRationals.jl
Arithmetic with small and with very large rationals is made fast.
NamedTupleTools.jl
some utilities for working with NamedTuples
RollingFunctions.jl
Roll a window over data; apply a function over the window.
SaferIntegers.jl
These integer types use checked arithmetic, otherwise they are as system types.
SortingNetworks.jl
Sort 1..25 values with conditional swaps
TimesDates.jl
Nanosecond resolution for Time and Date, TimeZones
TypedDelegation.jl
Easily apply functions onto fields' values. Use a struct's fields as operands for operations on values of that type.
DoubleFloats.jl
math with more good bits
JeffreySarnoff's Repositories
JeffreySarnoff/AccurateArithmetic0.jl
building blocks for more accurate floating point results
JeffreySarnoff/DirectedRoundings.jl
round floating point arithmetic as you direct
JeffreySarnoff/Abstractions.jl
abstract, union, and simplifying types
JeffreySarnoff/TimeSeries2.jl
JeffreySarnoff/arb
C library for arbitrary-precision interval arithmetic
JeffreySarnoff/BusinessDays.jl
A highly optimized Business Days calculator written in Julia language. Also known as Working Days calculator.
JeffreySarnoff/DoubleDouble.jl
Extended precision arithmetic for Julia
JeffreySarnoff/DukascopyTicksReader.jl
A Julia library to download tick data from Dukascopy https://www.dukascopy.com/swiss/english/marketwatch/historical/
JeffreySarnoff/Espresso.jl
Expression transformation package
JeffreySarnoff/ExpressionPatterns.jl
Match, Destructure and Dispatch on expressions.
JeffreySarnoff/GetColumn.jl
get a column from a 1D,2D,3D Array, DataFrame, TimeSeries
JeffreySarnoff/GetFinancialSeries.jl
{not yet} use online resources to retrieve financial time series
JeffreySarnoff/HigherPrecision.jl
High precision replacements for Float64
JeffreySarnoff/Highlights.jl
A source code highlighter for Julia.
JeffreySarnoff/HttpParser.jl
Julia wrapper for joyent/http-parser
JeffreySarnoff/ImputationAlgamest.jl
last observation carry forward
JeffreySarnoff/IndexedTables.jl
N-dimensional sparse array structure in julia
JeffreySarnoff/KahanSummation.jl
Sum and cumulative sum using the Kahan-Babuska-Neumaier algorithm
JeffreySarnoff/MarkableFloats.jl
Floats that are markable, unmarkable and remarkable
JeffreySarnoff/Multiflora
JeffreySarnoff/Nemo_v07_src.jl
I removed some things that are not good to have with Julia v0.7
JeffreySarnoff/Nothings.jl
additional support for Nothing
JeffreySarnoff/NumberUnions.jl
JeffreySarnoff/NumericPredicates.jl
more is__(this) and paired not__(this)__
JeffreySarnoff/StaticArrays.jl
Statically sized arrays for Julia
JeffreySarnoff/TIME
notes and snippets (perhaps)
JeffreySarnoff/Time-1
Time library for Arduino
JeffreySarnoff/TimeSeries.jl
Time series toolkit for Julia
JeffreySarnoff/TimeZones.jl
IANA time zone database access for the Julia programming language
JeffreySarnoff/yahoo_quote_download
This code downloads end of day stock quote from Yahoo finance.