├── README.md ├── chapter1.Rmd ├── chapter2.Rmd ├── chapter3.Rmd ├── chapter4.Rmd ├── chapter5.Rmd ├── course.yml ├── datasets ├── .Rhistory ├── BPRS.txt ├── alc.txt ├── boston_scaled.txt ├── create_alc.R ├── create_boston.R ├── create_human.R ├── create_learning2014.R ├── create_wiki.R ├── explore_human.Rmd ├── explore_human.html ├── gender_inequality.csv ├── human1.txt ├── human2.txt ├── human_development.csv ├── human_meta.txt ├── learning2014.txt ├── rats.txt ├── source_github.R ├── student-mat.csv ├── student-por.csv ├── tea.csv ├── tea_time.csv ├── wiki.txt └── wiki4HE.csv ├── docs ├── .Rhistory ├── cluster_classification-figure │ ├── unnamed-chunk-3-1.png │ ├── unnamed-chunk-4-1.png │ └── unnamed-chunk-5-1.png ├── cluster_classification.Rpres ├── cluster_classification.md ├── dimensionality_reduction-figure │ ├── unnamed-chunk-11-1.png │ ├── unnamed-chunk-2-1.png │ ├── unnamed-chunk-3-1.png │ ├── unnamed-chunk-4-1.png │ ├── unnamed-chunk-5-1.png │ ├── unnamed-chunk-6-1.png │ └── unnamed-chunk-8-1.png ├── dimensionality_reduction.Rpres ├── dimensionality_reduction.md ├── index-figure │ └── unnamed-chunk-2-1.png ├── index.Rpres ├── index.css ├── index.html ├── index.md ├── index_files │ └── mathjax-26 │ │ ├── LICENSE │ │ ├── MathJax.js │ │ ├── config │ │ ├── AM_CHTML-full.js │ │ ├── AM_CHTML.js │ │ ├── AM_SVG-full.js │ │ ├── AM_SVG.js │ │ ├── MML_CHTML-full.js │ │ ├── MML_CHTML.js │ │ ├── MML_SVG-full.js │ │ ├── MML_SVG.js │ │ ├── MMLorHTML.js │ │ ├── Safe.js │ │ ├── TeX-AMS-MML_HTMLorMML.js │ │ ├── TeX-AMS_CHTML-full.js │ │ ├── TeX-AMS_CHTML.js │ │ ├── TeX-AMS_SVG-full.js │ │ ├── TeX-AMS_SVG.js │ │ ├── TeX-MML-AM_CHTML-full.js │ │ ├── TeX-MML-AM_CHTML.js │ │ ├── TeX-MML-AM_SVG-full.js │ │ └── TeX-MML-AM_SVG.js │ │ ├── extensions │ │ ├── AssistiveMML.js │ │ ├── CHTML-preview.js │ │ ├── FontWarnings.js │ │ ├── HTML-CSS │ │ │ └── handle-floats.js │ │ ├── HelpDialog.js │ │ ├── MatchWebFonts.js │ │ ├── MathEvents.js │ │ ├── MathML │ │ │ ├── content-mathml.js │ │ │ └── mml3.js │ │ ├── MathMenu.js │ │ ├── MathZoom.js │ │ ├── Safe.js │ │ ├── TeX │ │ │ ├── AMScd.js │ │ │ ├── AMSmath.js │ │ │ ├── AMSsymbols.js │ │ │ ├── HTML.js │ │ │ ├── action.js │ │ │ ├── autobold.js │ │ │ ├── autoload-all.js │ │ │ ├── bbox.js │ │ │ ├── begingroup.js │ │ │ ├── boldsymbol.js │ │ │ ├── cancel.js │ │ │ ├── color.js │ │ │ ├── enclose.js │ │ │ ├── extpfeil.js │ │ │ ├── mathchoice.js │ │ │ ├── mediawiki-texvc.js │ │ │ ├── mhchem.js │ │ │ ├── newcommand.js │ │ │ ├── noErrors.js │ │ │ ├── noUndefined.js │ │ │ ├── unicode.js │ │ │ └── verb.js │ │ ├── asciimath2jax.js │ │ ├── fast-preview.js │ │ ├── jsMath2jax.js │ │ ├── mml2jax.js │ │ ├── tex2jax.js │ │ └── toMathML.js │ │ ├── fonts │ │ └── HTML-CSS │ │ │ └── TeX │ │ │ ├── otf │ │ │ ├── MathJax_AMS-Regular.otf │ │ │ ├── MathJax_Caligraphic-Bold.otf │ │ │ ├── MathJax_Caligraphic-Regular.otf │ │ │ ├── MathJax_Fraktur-Bold.otf │ │ │ ├── MathJax_Fraktur-Regular.otf │ │ │ ├── MathJax_Main-Bold.otf │ │ │ ├── MathJax_Main-Italic.otf │ │ │ ├── MathJax_Main-Regular.otf │ │ │ ├── MathJax_Math-BoldItalic.otf │ │ │ ├── MathJax_Math-Italic.otf │ │ │ ├── MathJax_Math-Regular.otf │ │ │ ├── MathJax_SansSerif-Bold.otf │ │ │ ├── MathJax_SansSerif-Italic.otf │ │ │ ├── MathJax_SansSerif-Regular.otf │ │ │ ├── MathJax_Script-Regular.otf │ │ │ ├── MathJax_Size1-Regular.otf │ │ │ ├── MathJax_Size2-Regular.otf │ │ │ ├── MathJax_Size3-Regular.otf │ │ │ ├── MathJax_Size4-Regular.otf │ │ │ ├── MathJax_Typewriter-Regular.otf │ │ │ ├── MathJax_WinChrome-Regular.otf │ │ │ └── MathJax_WinIE6-Regular.otf │ │ │ └── woff │ │ │ ├── MathJax_AMS-Regular.woff │ │ │ ├── MathJax_Caligraphic-Bold.woff │ │ │ ├── MathJax_Caligraphic-Regular.woff │ │ │ ├── MathJax_Fraktur-Bold.woff │ │ │ ├── MathJax_Fraktur-Regular.woff │ │ │ ├── MathJax_Main-Bold.woff │ │ │ ├── MathJax_Main-Italic.woff │ │ │ ├── MathJax_Main-Regular.woff │ │ │ ├── MathJax_Math-BoldItalic.woff │ │ │ ├── MathJax_Math-Italic.woff │ │ │ ├── MathJax_Math-Regular.woff │ │ │ ├── MathJax_SansSerif-Bold.woff │ │ │ ├── MathJax_SansSerif-Italic.woff │ │ │ ├── MathJax_SansSerif-Regular.woff │ │ │ ├── MathJax_Script-Regular.woff │ │ │ ├── MathJax_Size1-Regular.woff │ │ │ ├── MathJax_Size2-Regular.woff │ │ │ ├── MathJax_Size3-Regular.woff │ │ │ ├── MathJax_Size4-Regular.woff │ │ │ └── MathJax_Typewriter-Regular.woff │ │ ├── jax │ │ ├── element │ │ │ └── mml │ │ │ │ ├── jax.js │ │ │ │ └── optable │ │ │ │ ├── Arrows.js │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ ├── Dingbats.js │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ ├── GeometricShapes.js │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ ├── Latin1Supplement.js │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ ├── MathOperators.js │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ ├── MiscSymbolsAndArrows.js │ │ │ │ ├── MiscTechnical.js │ │ │ │ ├── SpacingModLetters.js │ │ │ │ ├── SuppMathOperators.js │ │ │ │ ├── SupplementalArrowsA.js │ │ │ │ └── SupplementalArrowsB.js │ │ ├── input │ │ │ ├── AsciiMath │ │ │ │ ├── config.js │ │ │ │ └── jax.js │ │ │ ├── MathML │ │ │ │ ├── config.js │ │ │ │ ├── entities │ │ │ │ │ ├── a.js │ │ │ │ │ ├── b.js │ │ │ │ │ ├── c.js │ │ │ │ │ ├── d.js │ │ │ │ │ ├── e.js │ │ │ │ │ ├── f.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── g.js │ │ │ │ │ ├── h.js │ │ │ │ │ ├── i.js │ │ │ │ │ ├── j.js │ │ │ │ │ ├── k.js │ │ │ │ │ ├── l.js │ │ │ │ │ ├── m.js │ │ │ │ │ ├── n.js │ │ │ │ │ ├── o.js │ │ │ │ │ ├── opf.js │ │ │ │ │ ├── p.js │ │ │ │ │ ├── q.js │ │ │ │ │ ├── r.js │ │ │ │ │ ├── s.js │ │ │ │ │ ├── scr.js │ │ │ │ │ ├── t.js │ │ │ │ │ ├── u.js │ │ │ │ │ ├── v.js │ │ │ │ │ ├── w.js │ │ │ │ │ ├── x.js │ │ │ │ │ ├── y.js │ │ │ │ │ └── z.js │ │ │ │ └── jax.js │ │ │ └── TeX │ │ │ │ ├── config.js │ │ │ │ └── jax.js │ │ └── output │ │ │ ├── CommonHTML │ │ │ ├── autoload │ │ │ │ ├── annotation-xml.js │ │ │ │ ├── maction.js │ │ │ │ ├── menclose.js │ │ │ │ ├── mglyph.js │ │ │ │ ├── mmultiscripts.js │ │ │ │ ├── ms.js │ │ │ │ ├── mtable.js │ │ │ │ └── multiline.js │ │ │ ├── config.js │ │ │ ├── fonts │ │ │ │ └── TeX │ │ │ │ │ ├── AMS-Regular.js │ │ │ │ │ ├── Caligraphic-Bold.js │ │ │ │ │ ├── Fraktur-Bold.js │ │ │ │ │ ├── Fraktur-Regular.js │ │ │ │ │ ├── Main-Bold.js │ │ │ │ │ ├── Math-BoldItalic.js │ │ │ │ │ ├── SansSerif-Bold.js │ │ │ │ │ ├── SansSerif-Italic.js │ │ │ │ │ ├── SansSerif-Regular.js │ │ │ │ │ ├── Script-Regular.js │ │ │ │ │ ├── Typewriter-Regular.js │ │ │ │ │ ├── fontdata-extra.js │ │ │ │ │ └── fontdata.js │ │ │ └── jax.js │ │ │ ├── HTML-CSS │ │ │ ├── autoload │ │ │ │ ├── annotation-xml.js │ │ │ │ ├── maction.js │ │ │ │ ├── menclose.js │ │ │ │ ├── mglyph.js │ │ │ │ ├── mmultiscripts.js │ │ │ │ ├── ms.js │ │ │ │ ├── mtable.js │ │ │ │ └── multiline.js │ │ │ ├── config.js │ │ │ ├── fonts │ │ │ │ ├── STIX │ │ │ │ │ ├── General │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ │ ├── BBBold.js │ │ │ │ │ │ │ ├── BoldFraktur.js │ │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ │ ├── GreekBold.js │ │ │ │ │ │ │ ├── GreekSSBold.js │ │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ │ ├── LatinExtendedD.js │ │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ ├── MathBold.js │ │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ │ ├── MathSSBold.js │ │ │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ │ ├── NumberForms.js │ │ │ │ │ │ │ ├── PhoneticExtensions.js │ │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ │ ├── SuperAndSubscripts.js │ │ │ │ │ │ │ └── SuppMathOperators.js │ │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ │ ├── GreekBoldItalic.js │ │ │ │ │ │ │ ├── GreekSSBoldItalic.js │ │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ ├── MathBoldItalic.js │ │ │ │ │ │ │ ├── MathBoldScript.js │ │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ │ ├── MathSSItalicBold.js │ │ │ │ │ │ │ └── SpacingModLetters.js │ │ │ │ │ │ ├── Italic │ │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ │ ├── GreekItalic.js │ │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ ├── MathItalic.js │ │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ │ ├── MathSSItalic.js │ │ │ │ │ │ │ ├── MathScript.js │ │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ │ └── ij.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ │ ├── BBBold.js │ │ │ │ │ │ │ ├── BlockElements.js │ │ │ │ │ │ │ ├── BoldFraktur.js │ │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ │ ├── CJK.js │ │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ │ ├── Dingbats.js │ │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ │ ├── Fraktur.js │ │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ │ ├── GreekBold.js │ │ │ │ │ │ │ ├── GreekBoldItalic.js │ │ │ │ │ │ │ ├── GreekItalic.js │ │ │ │ │ │ │ ├── GreekSSBold.js │ │ │ │ │ │ │ ├── GreekSSBoldItalic.js │ │ │ │ │ │ │ ├── Hiragana.js │ │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ │ ├── LatinExtendedD.js │ │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ ├── MathBold.js │ │ │ │ │ │ │ ├── MathBoldItalic.js │ │ │ │ │ │ │ ├── MathBoldScript.js │ │ │ │ │ │ │ ├── MathItalic.js │ │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ │ ├── MathSS.js │ │ │ │ │ │ │ ├── MathSSBold.js │ │ │ │ │ │ │ ├── MathSSItalic.js │ │ │ │ │ │ │ ├── MathSSItalicBold.js │ │ │ │ │ │ │ ├── MathScript.js │ │ │ │ │ │ │ ├── MathTT.js │ │ │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ │ ├── MiscSymbolsAndArrows.js │ │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ │ ├── NumberForms.js │ │ │ │ │ │ │ ├── PhoneticExtensions.js │ │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ │ ├── Specials.js │ │ │ │ │ │ │ ├── SuperAndSubscripts.js │ │ │ │ │ │ │ ├── SuppMathOperators.js │ │ │ │ │ │ │ ├── SupplementalArrowsA.js │ │ │ │ │ │ │ ├── SupplementalArrowsB.js │ │ │ │ │ │ │ └── ij.js │ │ │ │ │ ├── IntegralsD │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── IntegralsSm │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── IntegralsUp │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── IntegralsUpD │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── IntegralsUpSm │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── NonUnicode │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ │ ├── Italic │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ ├── SizeFiveSym │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SizeFourSym │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SizeOneSym │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SizeThreeSym │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SizeTwoSym │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Variants │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── fontdata-1.0.js │ │ │ │ │ ├── fontdata-beta.js │ │ │ │ │ ├── fontdata-extra.js │ │ │ │ │ └── fontdata.js │ │ │ │ └── TeX │ │ │ │ │ ├── AMS │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ ├── BBBold.js │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Dingbats.js │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ ├── PUA.js │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ └── SuppMathOperators.js │ │ │ │ │ ├── Caligraphic │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Fraktur │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── Other.js │ │ │ │ │ │ └── PUA.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── Other.js │ │ │ │ │ │ └── PUA.js │ │ │ │ │ ├── Greek │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Main │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ ├── SuppMathOperators.js │ │ │ │ │ │ └── SupplementalArrowsA.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ └── SpacingModLetters.js │ │ │ │ │ ├── Math │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SansSerif │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ ├── Script │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ ├── Size1 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Size2 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Size3 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Size4 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Typewriter │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ ├── WinChrome │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── WinIE6 │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── AMS.js │ │ │ │ │ │ ├── Bold.js │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── fontdata-extra.js │ │ │ │ │ └── fontdata.js │ │ │ ├── imageFonts.js │ │ │ ├── jax.js │ │ │ └── jax.js-e │ │ │ ├── NativeMML │ │ │ ├── config.js │ │ │ └── jax.js │ │ │ ├── PlainSource │ │ │ ├── config.js │ │ │ └── jax.js │ │ │ └── PreviewHTML │ │ │ ├── config.js │ │ │ └── jax.js │ │ └── localization │ │ ├── ast │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── ast.js │ │ ├── bcc │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── bcc.js │ │ ├── bg │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── bg.js │ │ ├── br │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── br.js │ │ ├── ca │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── ca.js │ │ ├── cdo │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── cdo.js │ │ ├── ce │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── ce.js │ │ ├── cs │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── cs.js │ │ ├── cy │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── cy.js │ │ ├── da │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── da.js │ │ ├── de │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── de.js │ │ ├── en │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── en.js │ │ ├── eo │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── eo.js │ │ ├── es │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── es.js │ │ ├── fa │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── fa.js │ │ ├── fi │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── fi.js │ │ ├── fr │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── fr.js │ │ ├── gl │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── gl.js │ │ ├── he │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── he.js │ │ ├── ia │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── ia.js │ │ ├── it │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── it.js │ │ ├── ja │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── ja.js │ │ ├── kn │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── kn.js │ │ ├── ko │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── ko.js │ │ ├── lb │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── lb.js │ │ ├── lki │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── lki.js │ │ ├── lt │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── lt.js │ │ ├── mk │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── mk.js │ │ ├── nl │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── nl.js │ │ ├── oc │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── oc.js │ │ ├── pl │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── pl.js │ │ ├── pt-br │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── pt-br.js │ │ ├── pt │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── pt.js │ │ ├── qqq │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── qqq.js │ │ ├── ru │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── ru.js │ │ ├── scn │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── scn.js │ │ ├── sco │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── sco.js │ │ ├── sl │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── sl.js │ │ ├── sv │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── sv.js │ │ ├── tr │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── tr.js │ │ ├── uk │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── uk.js │ │ ├── vi │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── vi.js │ │ └── zh-hans │ │ ├── FontWarnings.js │ │ ├── HTML-CSS.js │ │ ├── HelpDialog.js │ │ ├── MathML.js │ │ ├── MathMenu.js │ │ ├── TeX.js │ │ └── zh-hans.js ├── instructions.Rmd ├── iods_slides.pdf ├── logistic_regression-figure │ ├── train_test.png │ ├── unnamed-chunk-2-1.png │ ├── unnamed-chunk-3-1.png │ ├── unnamed-chunk-4-1.png │ ├── unnamed-chunk-5-1.png │ └── unnamed-chunk-6-1.png ├── logistic_regression.Rpres ├── logistic_regression.md ├── regression-figure │ ├── unnamed-chunk-10-1.png │ ├── unnamed-chunk-11-1.png │ ├── unnamed-chunk-12-1.png │ ├── unnamed-chunk-14-1.png │ ├── unnamed-chunk-15-1.png │ ├── unnamed-chunk-3-1.png │ ├── unnamed-chunk-4-1.png │ ├── unnamed-chunk-5-1.png │ ├── unnamed-chunk-6-1.png │ ├── unnamed-chunk-7-1.png │ └── unnamed-chunk-9-1.png ├── regression.Rpres └── regression.md ├── exercise_drafts ├── chapter1_learning2014_regression.R ├── chapter2_studentalc_logreg.R ├── chapter2logreg.Rmd ├── chapter2logreg.html ├── chapter3_boston.R ├── chapter4_human.R ├── chapter4_kmeans_and_lda.R ├── chapter4_wiki.R └── newbiplot.R ├── exercise_template.Rmd └── img ├── author_image.png └── shield_image.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/README.md -------------------------------------------------------------------------------- /chapter1.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/chapter1.Rmd -------------------------------------------------------------------------------- /chapter2.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/chapter2.Rmd -------------------------------------------------------------------------------- /chapter3.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/chapter3.Rmd -------------------------------------------------------------------------------- /chapter4.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/chapter4.Rmd -------------------------------------------------------------------------------- /chapter5.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/chapter5.Rmd -------------------------------------------------------------------------------- /course.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/course.yml -------------------------------------------------------------------------------- /datasets/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/.Rhistory -------------------------------------------------------------------------------- /datasets/BPRS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/BPRS.txt -------------------------------------------------------------------------------- /datasets/alc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/alc.txt -------------------------------------------------------------------------------- /datasets/boston_scaled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/boston_scaled.txt -------------------------------------------------------------------------------- /datasets/create_alc.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/create_alc.R -------------------------------------------------------------------------------- /datasets/create_boston.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/create_boston.R -------------------------------------------------------------------------------- /datasets/create_human.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/create_human.R -------------------------------------------------------------------------------- /datasets/create_learning2014.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/create_learning2014.R -------------------------------------------------------------------------------- /datasets/create_wiki.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/create_wiki.R -------------------------------------------------------------------------------- /datasets/explore_human.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/explore_human.Rmd -------------------------------------------------------------------------------- /datasets/explore_human.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/explore_human.html -------------------------------------------------------------------------------- /datasets/gender_inequality.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/gender_inequality.csv -------------------------------------------------------------------------------- /datasets/human1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/human1.txt -------------------------------------------------------------------------------- /datasets/human2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/human2.txt -------------------------------------------------------------------------------- /datasets/human_development.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/human_development.csv -------------------------------------------------------------------------------- /datasets/human_meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/human_meta.txt -------------------------------------------------------------------------------- /datasets/learning2014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/learning2014.txt -------------------------------------------------------------------------------- /datasets/rats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/rats.txt -------------------------------------------------------------------------------- /datasets/source_github.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/source_github.R -------------------------------------------------------------------------------- /datasets/student-mat.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/student-mat.csv -------------------------------------------------------------------------------- /datasets/student-por.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/student-por.csv -------------------------------------------------------------------------------- /datasets/tea.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/tea.csv -------------------------------------------------------------------------------- /datasets/tea_time.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/tea_time.csv -------------------------------------------------------------------------------- /datasets/wiki.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/wiki.txt -------------------------------------------------------------------------------- /datasets/wiki4HE.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/datasets/wiki4HE.csv -------------------------------------------------------------------------------- /docs/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/.Rhistory -------------------------------------------------------------------------------- /docs/cluster_classification-figure/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/cluster_classification-figure/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /docs/cluster_classification-figure/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/cluster_classification-figure/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /docs/cluster_classification-figure/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/cluster_classification-figure/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /docs/cluster_classification.Rpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/cluster_classification.Rpres -------------------------------------------------------------------------------- /docs/cluster_classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/cluster_classification.md -------------------------------------------------------------------------------- /docs/dimensionality_reduction-figure/unnamed-chunk-11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/dimensionality_reduction-figure/unnamed-chunk-11-1.png -------------------------------------------------------------------------------- /docs/dimensionality_reduction-figure/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/dimensionality_reduction-figure/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /docs/dimensionality_reduction-figure/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/dimensionality_reduction-figure/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /docs/dimensionality_reduction-figure/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/dimensionality_reduction-figure/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /docs/dimensionality_reduction-figure/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/dimensionality_reduction-figure/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /docs/dimensionality_reduction-figure/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/dimensionality_reduction-figure/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /docs/dimensionality_reduction-figure/unnamed-chunk-8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/dimensionality_reduction-figure/unnamed-chunk-8-1.png -------------------------------------------------------------------------------- /docs/dimensionality_reduction.Rpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/dimensionality_reduction.Rpres -------------------------------------------------------------------------------- /docs/dimensionality_reduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/dimensionality_reduction.md -------------------------------------------------------------------------------- /docs/index-figure/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index-figure/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /docs/index.Rpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index.Rpres -------------------------------------------------------------------------------- /docs/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index.css -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/LICENSE -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/MathJax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/MathJax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/AM_CHTML-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/AM_CHTML-full.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/AM_CHTML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/AM_CHTML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/AM_SVG-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/AM_SVG-full.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/AM_SVG.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/AM_SVG.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/MML_CHTML-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/MML_CHTML-full.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/MML_CHTML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/MML_CHTML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/MML_SVG-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/MML_SVG-full.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/MML_SVG.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/MML_SVG.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/MMLorHTML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/MMLorHTML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/Safe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/Safe.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/TeX-AMS-MML_HTMLorMML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/TeX-AMS-MML_HTMLorMML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/TeX-AMS_CHTML-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/TeX-AMS_CHTML-full.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/TeX-AMS_CHTML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/TeX-AMS_CHTML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/TeX-AMS_SVG-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/TeX-AMS_SVG-full.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/TeX-AMS_SVG.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/TeX-AMS_SVG.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/TeX-MML-AM_CHTML-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/TeX-MML-AM_CHTML-full.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/TeX-MML-AM_CHTML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/TeX-MML-AM_CHTML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/TeX-MML-AM_SVG-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/TeX-MML-AM_SVG-full.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/config/TeX-MML-AM_SVG.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/config/TeX-MML-AM_SVG.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/AssistiveMML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/AssistiveMML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/CHTML-preview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/CHTML-preview.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/HTML-CSS/handle-floats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/HTML-CSS/handle-floats.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/MatchWebFonts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/MatchWebFonts.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/MathEvents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/MathEvents.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/MathML/content-mathml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/MathML/content-mathml.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/MathML/mml3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/MathML/mml3.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/MathZoom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/MathZoom.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/Safe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/Safe.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/AMScd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/AMScd.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/AMSmath.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/AMSmath.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/AMSsymbols.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/AMSsymbols.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/HTML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/HTML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/action.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/action.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/autobold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/autobold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/autoload-all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/autoload-all.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/bbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/bbox.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/begingroup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/begingroup.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/boldsymbol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/boldsymbol.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/cancel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/cancel.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/color.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/enclose.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/enclose.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/extpfeil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/extpfeil.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/mathchoice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/mathchoice.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/mediawiki-texvc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/mediawiki-texvc.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/mhchem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/mhchem.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/newcommand.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/newcommand.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/noErrors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/noErrors.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/noUndefined.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/noUndefined.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/unicode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/unicode.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/TeX/verb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/TeX/verb.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/asciimath2jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/asciimath2jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/fast-preview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/fast-preview.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/jsMath2jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/jsMath2jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/mml2jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/mml2jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/tex2jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/tex2jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/extensions/toMathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/extensions/toMathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/Arrows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/Arrows.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/BasicLatin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/BasicLatin.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/CombDiacritMarks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/CombDiacritMarks.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/CombDiactForSymbols.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/CombDiactForSymbols.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/Dingbats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/Dingbats.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/GeneralPunctuation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/GeneralPunctuation.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/GeometricShapes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/GeometricShapes.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/GreekAndCoptic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/GreekAndCoptic.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/Latin1Supplement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/Latin1Supplement.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/LetterlikeSymbols.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/LetterlikeSymbols.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/MathOperators.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/MathOperators.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/MiscMathSymbolsA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/MiscMathSymbolsA.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/MiscMathSymbolsB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/MiscMathSymbolsB.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/MiscSymbolsAndArrows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/MiscSymbolsAndArrows.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/MiscTechnical.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/MiscTechnical.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/SpacingModLetters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/SpacingModLetters.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/SuppMathOperators.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/SuppMathOperators.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/SupplementalArrowsA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/SupplementalArrowsA.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/element/mml/optable/SupplementalArrowsB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/element/mml/optable/SupplementalArrowsB.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/AsciiMath/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/AsciiMath/config.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/AsciiMath/jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/AsciiMath/jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/config.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/a.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/b.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/c.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/d.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/e.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/f.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/fr.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/g.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/g.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/h.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/i.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/i.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/j.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/j.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/k.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/k.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/l.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/l.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/m.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/m.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/n.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/n.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/o.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/o.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/opf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/opf.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/p.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/p.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/q.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/q.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/r.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/r.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/s.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/s.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/scr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/scr.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/t.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/t.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/u.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/u.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/v.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/v.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/w.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/w.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/x.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/x.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/y.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/y.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/entities/z.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/entities/z.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/MathML/jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/MathML/jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/TeX/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/TeX/config.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/input/TeX/jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/input/TeX/jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/annotation-xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/annotation-xml.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/maction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/maction.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/menclose.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/menclose.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/mglyph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/mglyph.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/mmultiscripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/mmultiscripts.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/ms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/ms.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/mtable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/mtable.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/multiline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/autoload/multiline.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/config.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Main-Bold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Main-Bold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Script-Regular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Script-Regular.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/fontdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/fonts/TeX/fontdata.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/CommonHTML/jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/CommonHTML/jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/annotation-xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/annotation-xml.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/maction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/maction.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/menclose.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/menclose.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/mglyph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/mglyph.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/mmultiscripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/mmultiscripts.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/ms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/ms.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/mtable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/mtable.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/multiline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/autoload/multiline.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/config.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/BBBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/BBBold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/fontdata-1.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/fontdata-1.0.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/fontdata-extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/fontdata-extra.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/fontdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/STIX/fontdata.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/fontdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/fonts/TeX/fontdata.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/imageFonts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/imageFonts.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/HTML-CSS/jax.js-e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/HTML-CSS/jax.js-e -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/NativeMML/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/NativeMML/config.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/NativeMML/jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/NativeMML/jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/PlainSource/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/PlainSource/config.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/PlainSource/jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/PlainSource/jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/PreviewHTML/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/PreviewHTML/config.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/jax/output/PreviewHTML/jax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/jax/output/PreviewHTML/jax.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ast/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ast/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ast/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ast/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ast/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ast/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ast/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ast/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ast/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ast/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ast/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ast/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ast/ast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ast/ast.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bcc/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bcc/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bcc/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bcc/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bcc/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bcc/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bcc/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bcc/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bcc/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bcc/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bcc/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bcc/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bcc/bcc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bcc/bcc.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bg/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bg/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bg/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bg/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bg/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bg/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bg/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bg/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bg/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bg/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bg/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bg/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/bg/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/bg/bg.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/br/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/br/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/br/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/br/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/br/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/br/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/br/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/br/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/br/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/br/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/br/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/br/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/br/br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/br/br.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ca/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ca/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ca/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ca/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ca/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ca/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ca/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ca/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ca/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ca/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ca/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ca/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ca/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ca/ca.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cdo/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cdo/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cdo/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cdo/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cdo/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cdo/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cdo/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cdo/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cdo/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cdo/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cdo/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cdo/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cdo/cdo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cdo/cdo.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ce/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ce/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ce/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ce/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ce/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ce/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ce/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ce/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ce/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ce/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ce/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ce/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ce/ce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ce/ce.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cs/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cs/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cs/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cs/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cs/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cs/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cs/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cs/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cs/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cs/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cs/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cs/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cs/cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cs/cs.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cy/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cy/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cy/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cy/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cy/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cy/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cy/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cy/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cy/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cy/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cy/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cy/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/cy/cy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/cy/cy.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/da/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/da/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/da/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/da/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/da/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/da/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/da/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/da/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/da/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/da/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/da/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/da/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/da/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/da/da.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/de/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/de/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/de/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/de/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/de/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/de/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/de/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/de/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/de/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/de/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/de/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/de/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/de/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/de/de.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/en/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/en/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/en/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/en/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/en/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/en/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/en/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/en/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/en/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/en/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/en/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/en/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/en/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/en/en.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/eo/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/eo/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/eo/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/eo/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/eo/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/eo/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/eo/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/eo/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/eo/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/eo/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/eo/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/eo/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/eo/eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/eo/eo.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/es/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/es/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/es/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/es/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/es/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/es/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/es/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/es/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/es/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/es/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/es/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/es/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/es/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/es/es.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fa/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fa/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fa/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fa/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fa/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fa/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fa/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fa/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fa/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fa/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fa/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fa/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fa/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fa/fa.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fi/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fi/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fi/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fi/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fi/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fi/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fi/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fi/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fi/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fi/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fi/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fi/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fi/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fi/fi.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fr/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fr/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fr/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fr/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fr/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fr/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fr/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fr/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fr/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fr/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fr/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fr/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/fr/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/fr/fr.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/gl/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/gl/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/gl/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/gl/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/gl/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/gl/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/gl/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/gl/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/gl/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/gl/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/gl/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/gl/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/gl/gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/gl/gl.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/he/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/he/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/he/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/he/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/he/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/he/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/he/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/he/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/he/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/he/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/he/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/he/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/he/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/he/he.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ia/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ia/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ia/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ia/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ia/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ia/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ia/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ia/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ia/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ia/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ia/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ia/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ia/ia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ia/ia.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/it/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/it/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/it/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/it/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/it/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/it/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/it/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/it/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/it/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/it/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/it/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/it/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/it/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/it/it.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ja/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ja/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ja/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ja/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ja/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ja/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ja/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ja/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ja/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ja/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ja/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ja/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ja/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ja/ja.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/kn/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/kn/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/kn/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/kn/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/kn/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/kn/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/kn/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/kn/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/kn/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/kn/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/kn/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/kn/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/kn/kn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/kn/kn.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ko/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ko/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ko/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ko/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ko/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ko/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ko/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ko/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ko/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ko/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ko/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ko/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ko/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ko/ko.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lb/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lb/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lb/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lb/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lb/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lb/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lb/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lb/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lb/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lb/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lb/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lb/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lb/lb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lb/lb.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lki/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lki/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lki/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lki/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lki/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lki/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lki/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lki/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lki/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lki/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lki/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lki/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lki/lki.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lki/lki.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lt/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lt/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lt/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lt/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lt/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lt/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lt/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lt/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lt/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lt/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lt/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lt/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/lt/lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/lt/lt.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/mk/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/mk/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/mk/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/mk/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/mk/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/mk/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/mk/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/mk/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/mk/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/mk/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/mk/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/mk/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/mk/mk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/mk/mk.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/nl/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/nl/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/nl/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/nl/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/nl/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/nl/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/nl/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/nl/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/nl/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/nl/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/nl/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/nl/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/nl/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/nl/nl.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/oc/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/oc/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/oc/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/oc/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/oc/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/oc/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/oc/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/oc/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/oc/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/oc/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/oc/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/oc/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/oc/oc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/oc/oc.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pl/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pl/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pl/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pl/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pl/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pl/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pl/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pl/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pl/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pl/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pl/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pl/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pl/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pl/pl.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt-br/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt-br/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt-br/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt-br/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt-br/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt-br/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt-br/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt-br/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt-br/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt-br/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt-br/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt-br/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt-br/pt-br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt-br/pt-br.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/pt/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/pt/pt.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/qqq/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/qqq/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/qqq/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/qqq/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/qqq/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/qqq/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/qqq/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/qqq/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/qqq/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/qqq/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/qqq/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/qqq/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/qqq/qqq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/qqq/qqq.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ru/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ru/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ru/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ru/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ru/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ru/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ru/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ru/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ru/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ru/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ru/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ru/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/ru/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/ru/ru.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/scn/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/scn/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/scn/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/scn/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/scn/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/scn/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/scn/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/scn/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/scn/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/scn/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/scn/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/scn/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/scn/scn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/scn/scn.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sco/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sco/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sco/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sco/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sco/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sco/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sco/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sco/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sco/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sco/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sco/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sco/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sco/sco.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sco/sco.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sl/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sl/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sl/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sl/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sl/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sl/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sl/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sl/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sl/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sl/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sl/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sl/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sl/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sl/sl.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sv/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sv/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sv/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sv/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sv/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sv/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sv/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sv/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sv/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sv/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sv/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sv/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/sv/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/sv/sv.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/tr/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/tr/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/tr/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/tr/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/tr/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/tr/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/tr/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/tr/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/tr/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/tr/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/tr/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/tr/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/tr/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/tr/tr.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/uk/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/uk/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/uk/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/uk/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/uk/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/uk/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/uk/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/uk/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/uk/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/uk/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/uk/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/uk/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/uk/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/uk/uk.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/vi/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/vi/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/vi/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/vi/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/vi/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/vi/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/vi/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/vi/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/vi/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/vi/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/vi/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/vi/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/vi/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/vi/vi.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/zh-hans/FontWarnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/zh-hans/FontWarnings.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/zh-hans/HTML-CSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/zh-hans/HTML-CSS.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/zh-hans/HelpDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/zh-hans/HelpDialog.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/zh-hans/MathML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/zh-hans/MathML.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/zh-hans/MathMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/zh-hans/MathMenu.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/zh-hans/TeX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/zh-hans/TeX.js -------------------------------------------------------------------------------- /docs/index_files/mathjax-26/localization/zh-hans/zh-hans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/index_files/mathjax-26/localization/zh-hans/zh-hans.js -------------------------------------------------------------------------------- /docs/instructions.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/instructions.Rmd -------------------------------------------------------------------------------- /docs/iods_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/iods_slides.pdf -------------------------------------------------------------------------------- /docs/logistic_regression-figure/train_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/logistic_regression-figure/train_test.png -------------------------------------------------------------------------------- /docs/logistic_regression-figure/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/logistic_regression-figure/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /docs/logistic_regression-figure/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/logistic_regression-figure/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /docs/logistic_regression-figure/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/logistic_regression-figure/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /docs/logistic_regression-figure/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/logistic_regression-figure/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /docs/logistic_regression-figure/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/logistic_regression-figure/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /docs/logistic_regression.Rpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/logistic_regression.Rpres -------------------------------------------------------------------------------- /docs/logistic_regression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/logistic_regression.md -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-10-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-11-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-12-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-12-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-14-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-14-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-15-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-15-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-7-1.png -------------------------------------------------------------------------------- /docs/regression-figure/unnamed-chunk-9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression-figure/unnamed-chunk-9-1.png -------------------------------------------------------------------------------- /docs/regression.Rpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression.Rpres -------------------------------------------------------------------------------- /docs/regression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/docs/regression.md -------------------------------------------------------------------------------- /exercise_drafts/chapter1_learning2014_regression.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_drafts/chapter1_learning2014_regression.R -------------------------------------------------------------------------------- /exercise_drafts/chapter2_studentalc_logreg.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_drafts/chapter2_studentalc_logreg.R -------------------------------------------------------------------------------- /exercise_drafts/chapter2logreg.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_drafts/chapter2logreg.Rmd -------------------------------------------------------------------------------- /exercise_drafts/chapter2logreg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_drafts/chapter2logreg.html -------------------------------------------------------------------------------- /exercise_drafts/chapter3_boston.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_drafts/chapter3_boston.R -------------------------------------------------------------------------------- /exercise_drafts/chapter4_human.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_drafts/chapter4_human.R -------------------------------------------------------------------------------- /exercise_drafts/chapter4_kmeans_and_lda.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_drafts/chapter4_kmeans_and_lda.R -------------------------------------------------------------------------------- /exercise_drafts/chapter4_wiki.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_drafts/chapter4_wiki.R -------------------------------------------------------------------------------- /exercise_drafts/newbiplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_drafts/newbiplot.R -------------------------------------------------------------------------------- /exercise_template.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/exercise_template.Rmd -------------------------------------------------------------------------------- /img/author_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/img/author_image.png -------------------------------------------------------------------------------- /img/shield_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TuomoNieminen/Helsinki-Open-Data-Science/HEAD/img/shield_image.png --------------------------------------------------------------------------------