Marco Riani - MATLAB Central
photo

Marco Riani


Last seen: Today Attivo dal 2019

Followers: 3   Following: 0

Full Professor of Statistics (since 2006), University of Parma, Italy. Director of the interdepartmental center of robust statistics for big data (Ro.S.A.) of the University of Parma since 2016. He is author of more than 150 publications and two books published by Springer Verlag New York. His main research interests are robust statistics (regression, multivariate analysis and classification)

Statistica

All
CodyMATLAB AnswersFile ExchangeFrom 11/19 to 04/25Use left and right arrows to move selectionFrom 11/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Domande
25 Risposte

File Exchange

4 File

Cody

0 Problemi
819 Soluzioni

RANK
994
of 298.237

REPUTAZIONE
76

CONTRIBUTI
2 Domande
25 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
16

RANK
367 of 20.553

REPUTAZIONE
4.340

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
4 File

DOWNLOAD
203

ALL TIME DOWNLOAD
18450

RANK
89
of 160.651

CONTRIBUTI
0 Problemi
819 Soluzioni

PUNTEGGIO
11.806

NUMERO DI BADGE
60

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • MATLAB Central Treasure Hunt Finisher
  • Knowledgeable Level 3
  • Revival Level 1
  • Matrix Patterns III Master
  • Computational Geometry I Master
  • GitHub Submissions Level 3
  • Explorer
  • Sequences And Series III Master
  • Sequences And Series I Master
  • Strings I Master
  • Scholar
  • Magic Numbers Master

Visualizza badge

Feeds

Visto da

Inviato


FSDA - Flexible Statistics Data Analysis toolbox
Flexible Statistics Data Analysis Toolbox

7 giorni fa | 198 download |

5.0 / 5
Thumbnail

Risolto


The End of the World
given a date -- represent it in the Maya long count system. <https://en.wikipedia.org/wiki/Maya_calendar> <https://maya.nm...

22 giorni fa

Risolto


Lost days
Given two dates in a particular format, calculate the difference between them.

22 giorni fa

Risolto


Leap Year
According to Gregorian Calender(which is in use now, in many countries),decide whether a given year is a leap year or not. Give...

22 giorni fa

Risolto


leap year
find the number of leap years within the given time interval

22 giorni fa

Risolto


Friday or not
I love Friday. Please tell me whether the day is Friday. Dateformat is 'yyyy-mm-dd' or 'dd-mmm-yyyy' or 'mm/dd/yyyy'. Exa...

23 giorni fa

Risolto


Datetime basics
Generate the datetime scalar representing the current date

23 giorni fa

Risolto


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

23 giorni fa

Risolto


Find the day for a date
Today's day and date will be given to you. By utilising that you need to find the day of the old date. (Date will be in DD/MM/YY...

24 giorni fa

Risolto


Friday the 13th
According to superstition, lots of unpleasant stuff happens on Friday the 13th, so you might like to find the next occurence of ...

24 giorni fa

Risolto


Day counter function
Write a function called day_counter that returns the number of Mondays that fell on the first day of the month in a given year b...

24 giorni fa

Risolto


Count the days
Count the occurrence of a particular day (e.g. Monday) for a given duration.

24 giorni fa

Risolto


How long until the weekend?
Write a function a that takes a date vector as an input and returns the number of hours until the weekend begins. The beginning...

25 giorni fa

Risolto


Days until next NewYear ball drop
Given a date string in the form 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss', calculate the number of *days* until the dropping of the ...

25 giorni fa

Risolto


sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38 Find the sum of all the positive non-prime integers that do no...

25 giorni fa

Risolto


Nilpotent matrix
Check if matrix A is <http://mathworks.com/ nilpotent>.

25 giorni fa

Risolto


Spherical Volume
Calculate the volume of a sphere.

25 giorni fa

Risolto


Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.

25 giorni fa

Risolto


area of an annulus
Given the diameter d of the inner circle of the annulus. Given length z of a chord of the outer circle of the annulus. This chor...

25 giorni fa

Risolto


Calculate the probability that at least two people in a group share the same birthday.
Calculate the probability that at least two people in a group share the same birthday. Given an integer input n, return to 0.015...

circa un mese fa

Risolto


Column Removal (★★★)
(copy of prob 7) Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2...

circa un mese fa

Risolto


remove every row&col for every nan
for a given matrix, remove the row and column of every nan. Example x=[1 2 NaN 4 5 6 7 8 ...

circa un mese fa

Risolto


Remove all the columns contains only zero
Remove the column from the matrix which has only zeros . Refer the Example below a= 1 0 3 0 23 0 56 0 1 ...

circa un mese fa

Risolto


row removal
Consider a matrix and remove the first row of the matrix.

circa un mese fa

Risolto


Find Rows with Specift Properities
Delete rows with specific properites as following: Find rows that have a negative value in any element of the row and delete it...

circa un mese fa

Risolto


Remove a specific column with min value
Remove the column that contain the min value in the matrix? If you like the problem, please give it a like:)

circa un mese fa

Risolto


Remove a specific column with max value
Remove the column that contain the max value in the matrix? If you like the problem, please give it a like:)

circa un mese fa

Risolto


Remove a specific row with min value
Remove the row that contain the min value in the matrix? If you like the problem, please give it a like:)

circa un mese fa

Risolto


Remove a specific row with max value
Remove the row that contain the max value in the matrix? If you like the problem, please like it :)

circa un mese fa

Inviato


boot-TCLUST
Code to reproduce the figures of paper "Choice of trimming proportion and number of clusters in robust clustering based on trimm...

circa 2 mesi fa | 1 download |

0.0 / 5
Thumbnail

Carica altro