what is the inside program / function of rmoutlier? how rmoutlier inbuilt function will work? why cant we write a program without using rmoutlier function?
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    swathi
 el 11 de Ag. de 2020
  
    
    
    
    
    Respondida: Steven Lord
    
      
 el 11 de Ag. de 2020
            what is the inside program / function of rmoutlier? how rmoutlier inbuilt function will work? why cant we write a program without using rmoutlier function?
can you help me
0 comentarios
Respuesta aceptada
  Steven Lord
    
      
 el 11 de Ag. de 2020
        We don't distribute the source code for the undocumented helper function that rmoutliers uses. [Note the extra s in the name; the function is rmoutliers nor rmoutlier.]
For your second question, if you're asking how rmoutliers determines if something is or is not an outlier, see the description of the method input argument on the documentation page. The second of the Topics pages listed in the See Also section on that page may also be of interest to you.
For your third question, it is possible to write a program without using rmoutliers. The function was only introduced in release R2018b and I've been writing programs in MATLAB since 2000. It is even possible to write a program to remove outliers without using rmoutliers, if you're willing to code the outlier detection yourself (or use isoutlier.)
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Cell Arrays en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

