photo

Marco Riani


Last seen: Today 自 2019 起处于活动状态

Followers: 6   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)

统计学

All
MATLAB Answers

2 个提问
25 个回答

File Exchange

5 文件

Cody

0 个问题
837 个答案

排名
1,010
of 300,753

声誉
76

贡献数
2 个提问
25 个回答

回答接受率
0.0%

收到投票数
16

排名
303 of 21,075

声誉
5,073

平均
5.00

贡献数
5 文件

下载次数
409

ALL TIME 下载次数
21844

排名
93
of 170,858

贡献数
0 个问题
837 个答案

评分
12,054

徽章数量
61

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


The Dark Knight
The current position of the knight is x The desired destination is y The size of the chessboard is n. Find the minimu...

1 day 前

已提交


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

1 day 前 | 402 次下载 |

5.0 / 5
Thumbnail

已解决


Generate the Figure-Figure sequence
After discussing Scott Kim’s FIGURE-FIGURE Figure (below) in Gödel, Escher, Bach, Douglas Hofstadter introduced an integer seque...

7 days 前

已解决


Write out numbers in words
Write out numbers in words ( range [0-9999] ) with British spelling rules. For example; 1 > one 56 > fifty-six 100 > one hund...

7 days 前

已解决


System of equations
Find a solution to a system of equations represented by a |n| by |n+1| matrix. For instance, [ 2 0 4; => 2*x = 4 ...

8 days 前

已解决


longest common semi-substring
Finding longest common substring is a common problem in string processing. This problem is a variant of that. Two strings are g...

18 days 前

已解决


Reverse within string
If input is a string 'yellow' the output should be 'leywol'. Locate the middle of the string and reverse the first (yel) and sec...

18 days 前

已解决


Find the index of nth maximum of a row vector of real numbers
Given a vector of real numbers x, find the index idx of _n_ th maximum value. If nth maximum occurs more than once, return the i...

18 days 前

已解决


Find the logic and return the nth number
given a sequence of numbers arranged in the following order: A=0,1,3,4,9,10,12,13,27,28,30,31,36,37,...... Write a function th...

18 days 前

已解决


find nth even fibonacci number
1st even fibonacci number=2 ; 2nd even fibonacci number=8 ..

18 days 前

已解决


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

18 days 前

已解决


Find the logic and return the nth number (plus)
This problem is the harder version of Problem 61015 given a sequence of numbers arranged in the following order: A=0,1,3,4,9,1...

18 days 前

已解决


Find the nth composite number.
Everyone heard about the nth prime number. Let's try to find out the nth composite. For example , 1 is the first composite, 10 i...

18 days 前

已解决


find the nth fibonacci number
The Fibonacci sequence is defined as follows: give n, find the nth fibonacci number

19 days 前

已解决


Find nth number
The numbers 2 and 7 are called lucky numbers, an integer containing only the digits 2 and 7 is also called lucky number. The pro...

19 days 前

已解决


find the nth number (plus)
this problem is the harder version of Problem 61014. The numbers 2 and 7 are called lucky numbers, an integer containing only t...

19 days 前

已解决


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

25 days 前

已解决


Compute a determinant
Write a function to compute the determinant of an x matrix with diagonal entries equal to an integer and other entries equal ...

29 days 前

已解决


Mesh the octahedron
Problem statement An octahedron is a regular polyhedron with 6 vertices and 8 triangular faces. It is also one of the five we...

2 months 前

已提交


A statistical analysis on COVID-19 data collection
Multialignment of fasta files to reference sequences, extract date and country. Analyze geographical diffusion

8 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已解决


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...

9 months 前

已解决


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

9 months 前

已解决


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...

9 months 前

已解决


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

9 months 前

已解决


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...

9 months 前

已解决


Datetime basics
Generate the datetime scalar representing the current date

9 months 前

已解决


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, ...

9 months 前

已解决


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...

9 months 前

已解决


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 ...

9 months 前

已解决


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...

9 months 前

加载更多