The Wayback Machine - https://web.archive.org/web/20220804043908/https://github.com/topics/returns
Skip to content
#

returns

Here are 35 public repositories matching this topic...

I perform time series analysis of data from scratch. I also implement The Autoregressive (AR) Model, The Moving Average (MA) Model, The Autoregressive Moving Average (ARMA) Model, The Autoregressive Integrated Moving Average (ARIMA) Model, The ARCH Model, The GARCH model, Auto ARIMA, forecasting and exploring a business case.

  • Updated Apr 8, 2020
  • Jupyter Notebook

Randomly partitions time series segments into train, development, and test sets; Trains multiple models optimizing parameters for development set, final cross-validation in test set; Calculates model’s annualized return, improvement from buy/hold, percent profitable trades, profit factor, max drawdown

  • Updated Apr 18, 2020
  • Python

Die Methode 'bark()' in der 'Dog'-Klasse soll einen String zurückgeben. In diesem String soll "Bark!", zusammen mit dem Namen, der Rasse und dem Alter des Hundes gespeichert werden. In dieser Methode haben sich einige Fehler eingeschlichen, die du beheben sollst. Du sollst dabei nur die 'bark'-Methode ändern, nicht die Inhalte der 'Main'-Klasse. In der 'main'-Methode der 'Main'-Klasse wird eine neue Instanz von 'Dog' erstellt und ihr eine Variable zugewiesen. In einem neuen String wird hier der Rückgabewert der 'bark'-Methode gespeichert und anschließend auf der Konsole ausgegeben.

  • Updated Dec 23, 2021
  • Java
CPP-Fundamentals

Performed base file system operations from the Linux Command Line Enviroment when implementing programs. Derived and employed basic algoritms from given problems Demonstrated basic programming concepts and constructs such as for/while/do-while loops, primative data types i.e. long, short, int, double, strings, char, arrays, pointers, variables, function scope, general debugging techniques, structures, classes, compliation and makefile techniques. Basic functionalities of git

  • Updated Mar 29, 2022
  • HTML

In der 'main'-Methode sind zwei Arrays gegeben. Dein Programm soll zählen, wie viele der Zahlen im 'testArray' zwischen den Zahlen im 'border'-Array liegen. Die Methoden 'countNumbersBetweenBorder' und 'isBetween' beinhalten einige Fehler, die du beheben sollst, sodass dein Programm richtig funktioniert. Die erste dieser Methoden soll dabei das Zählen übernehmen und einen int-Wert zurückgeben. Die zweite soll das Prüfen übernehmen und einen boolean-Wert zurückgeben.

  • Updated Dec 23, 2021
  • Java

Improve this page

Add a description, image, and links to the returns topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the returns topic, visit your repo's landing page and select "manage topics."

Learn more