User Portlet User Portlet

Discussions
Hi, I have a list that looks like the following: data = {{"westhumber", 0.037`}, {"westhumber", 0.034`}, {"westhumber", 0.037`}, {"westhumber", 0.076`}, {"westhumber", 0.059`}, {"eldermills", 1.08`}, {"eldermills", 1.01`},...
Hi, I tried to evaluate the Nakagami and Gamma distributions for monthly wind speed data. Which distribution is better? How to show two distributions in one plot for comparison. I appreciate your support and time. Alex ...
Dear All, According to the data list, Italy has won 10 and 2 Olympic gold medals in 2020 and 2022. I tried to estimate the number of gold medals for these two years using a simple time series model. Is the method correct? I appreciate your time....
I read interesting post [3D human pose estimation using machine learning][1] from [@Fizza Rubab][at0] It is is really a neat work. Congrats. I am a water engineer and would like to estimate river water velocity using a video file. So I dropped...
Hi, How do I merge the distribution plot to the box plot in Mathematica like the below figure? Jan = {2.09, 0.9, 317.4, 472.400, 417.79, 234.200, 325., 524.2, 49.59, 114.7, 126.1, 136., 160.6, 203.2, 157.8, 0., 8., 23.5}; ...
Dear all, How can I extract all features for any point in the images using Mathematica? For example, I would like to know what is difference between the features of points A and B in the following image. GeoImage[GeoRange ->...
Dear All, The year 2019 has 365 days. The "WeatherData" output shows 357 data for Istanbul city. How do I use the Datepath command or any other commands to find the missing dates? I appreciate your time. Alex ![enter image...
Dear All, I would like to know, is it possible to estimate value of z, when x=0.72 and y=0.51 . I appreciate your time and help. Alex x = {0.44, 0.33, 0.3, 0.3, 0.32, 0.34, 0.4, 0.53, 0.68, 0.83}; y = {0.04, 0.08, 0.12,...
Dear All, I used this command successfully for my Ph.D dissertation and now I need a reference to cite. What is the basic theory behind this method? Thank you so much for your time. Alex
Hi, How do I find a weather station with the longest recorded daily air temperature data among all stations using Mathematica? I appreciate your help. allWeatherstations = WeatherData[] fullformStations = FullForm /@...