├── README.md ├── docx └── lab01.docx ├── images ├── image1.png ├── image11.png ├── image2.png ├── image21.png ├── image22.png ├── image23.png ├── image24.png ├── image25.png ├── image26.png ├── image27.png ├── image3.png ├── image4.png ├── image5.png ├── image6.png └── image7.png ├── m ├── lab01.m ├── lab01_seasons_comparison.m ├── lab01_weibull_method_comparison.m ├── lab01_year.matlab ├── shape_scale_parameter_comparison.m └── wind_data.m ├── pdf ├── A reference of the weibull distribution.pdf └── Lab assignment.pdf └── xlsx ├── wind_speed.xls └── wind_speed.xlsx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/README.md -------------------------------------------------------------------------------- /docx/lab01.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/docx/lab01.docx -------------------------------------------------------------------------------- /images/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image1.png -------------------------------------------------------------------------------- /images/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image11.png -------------------------------------------------------------------------------- /images/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image2.png -------------------------------------------------------------------------------- /images/image21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image21.png -------------------------------------------------------------------------------- /images/image22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image22.png -------------------------------------------------------------------------------- /images/image23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image23.png -------------------------------------------------------------------------------- /images/image24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image24.png -------------------------------------------------------------------------------- /images/image25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image25.png -------------------------------------------------------------------------------- /images/image26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image26.png -------------------------------------------------------------------------------- /images/image27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image27.png -------------------------------------------------------------------------------- /images/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image3.png -------------------------------------------------------------------------------- /images/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image4.png -------------------------------------------------------------------------------- /images/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image5.png -------------------------------------------------------------------------------- /images/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image6.png -------------------------------------------------------------------------------- /images/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/images/image7.png -------------------------------------------------------------------------------- /m/lab01.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/m/lab01.m -------------------------------------------------------------------------------- /m/lab01_seasons_comparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/m/lab01_seasons_comparison.m -------------------------------------------------------------------------------- /m/lab01_weibull_method_comparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/m/lab01_weibull_method_comparison.m -------------------------------------------------------------------------------- /m/lab01_year.matlab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/m/lab01_year.matlab -------------------------------------------------------------------------------- /m/shape_scale_parameter_comparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/m/shape_scale_parameter_comparison.m -------------------------------------------------------------------------------- /m/wind_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/m/wind_data.m -------------------------------------------------------------------------------- /pdf/A reference of the weibull distribution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/pdf/A reference of the weibull distribution.pdf -------------------------------------------------------------------------------- /pdf/Lab assignment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/pdf/Lab assignment.pdf -------------------------------------------------------------------------------- /xlsx/wind_speed.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/xlsx/wind_speed.xls -------------------------------------------------------------------------------- /xlsx/wind_speed.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathancoliver/Weibull_Distribution_Wind_Power_Project/HEAD/xlsx/wind_speed.xlsx --------------------------------------------------------------------------------