jennyweb / Demonstratoren

0 stars 0 forks source link

new project: Fit size distribution to data #14

Closed BastienDietemannIWM closed 1 year ago

BastienDietemannIWM commented 1 year ago

Data is given in this Excel file. The data describes a size distribution. Task is to fit a log normal size distribution to the data. Results of this procedure are mean diamter and width of the distribution

Demonstration: Fitting model parameter to given data

  1. Create new branch and new folder "fitEquationToData"
  2. Read in data from excel file
  3. Create README.md [wait for further instructions]
BastienDietemannIWM commented 1 year ago

Okay Jenny. new task here. I want you to code the steepest descent algorithm. For this purpose, I want you to make use of Object Oriented Programming. I guess that will be one of the harder coding challenges for you, but we will manage. You will see.

Tasks

  1. Introduce a "vector" class,with the following methods
    • init method
    • dunder method for subtraction
    • dunder method for addition
    • dunder method for multiplication with float
    • method to compute the length of the vector

[further tasks are comming]