Skip to content
View MariusHaueis's full-sized avatar

Block or report MariusHaueis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. TicketMaster TicketMaster Public

    Ticket system for usage in retail businesses.

    Java 4

  2. risk_return_visualication risk_return_visualication Public

    A little visualication of the expected return and the expected volatility (not implied volatility).

    Python 1

  3. QuartilesMedian QuartilesMedian Public

    This is my first try to implement a method which divides a List of Integers into three Quartiles and return the median of each into the console. The Gui is currently in work because it only accepts…

    Java

  4. WheightedMean WheightedMean Public

    This is a first try create a calculator that sets the values in relationships(like value*1 , value2*3), and returns their mean. The GUI needs input in consecutive order and can only handle single d…

    Java

  5. MeanMedianMode MeanMedianMode Public

    This calculator retuns the Mean, Median and Mode of a list of Integers.

    Java

  6. QuartilesMedianWithScanner QuartilesMedianWithScanner Public

    This is my method which divides a List of Integers into three Quartiles and return the median of each into the console.

    Java