Monitor production, track downtime and improve OEE.
For manufacturing companies interested in OEE monitoring solutions
Evocon is a visual and user-friendly OEE software that helps manufacturing companies improve productivity and remove waste as they become better.
Learn More
CYPHER Learning is a world-class, award-winning learning management system (LMS)
Best learning platform for Schools and Universities
Institutions throughout the world use CYPHER Learning as their tool of choice to manage all classroom activities. CYPHER Learning is used by organizations ranging from large universities such as STI in the Philippines, school districts such as Santa Barbara Unified School District, to small schools with 20 students in Spain.
A python module for scientific analysis of 3D data
A lightweight and powerful python module for scientific analysis and visualization of 3d objects. Inspired by the vpython manifesto "3D programming for ordinary mortals", vedo makes it easy to work with 3D pointclouds, meshes and volumes, in just a few lines of code, even for less experienced programmers. vedo is based on VTK and numpy, with no other dependencies.
python2/3: compute polyfit (1D, 2D, N-D) without thirdparty libraries
python2/3: compute polyfit (1D, 2D, N-D) without any thirdparty library like numpy, scipy etc.
also can be used for leastsquares solution computation and for A=QR matrix decomposition.
Tested with python 2.7 and 3.4
Consider donating to this project: https://sourceforge.net/p/purepythonpolyfit/donation
For a Sample use, refer to the WIKI
Statistical models with python using numpy and scipy. Currently covers linear regression (with ordinary, generalized and weighted leastsquares), robust linear regression, and generalized linear model, discrete models, time series analysis and other statistical methods.